Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ein
Starting Member
2 Posts |
Posted - 2009-03-21 : 09:47:37
|
| Hi, Im beginner in sql. As I know, we can update store procedure using write script Alter procedure. Someone told me we can update sp using an application ( create a such updater.exe), then execute sml file. Please help me, how to make sml file (convert sql to sml) and how to read/edit sml file (what application)?? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-03-23 : 12:15:39
|
| update sp? do you altering the body or update table through sp logic? |
 |
|
|
ein
Starting Member
2 Posts |
Posted - 2009-03-30 : 08:05:15
|
| I update table trough sp logic. Do you know about sml script file? I am still confuse how to read/edit sml script file |
 |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2009-03-30 : 08:47:04
|
| what's sml? do you mean XML?___________________________________________________________________________Causing trouble since 1980Blog: http://weblogs.sqlteam.com/mladenpSpeed up SSMS development: www.ssmstoolspack.com <- version 1.5 out! |
 |
|
|
|
|
|