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 |
Sergei
Starting Member
1 Post |
Posted - 2009-06-22 : 03:07:48
|
Hi Everyone,I am not sure about it is a right forum.To use Linked Server.I have a question: Why to run sql (ex. update statement ) takes much more time if it has the params:update aaa set bbb ='lll' where field = @paramand takes much less if like this:update aaa set bbb ='lll' where field = 'asdjhgf'Thank you |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-06-22 : 03:47:18
|
Looks like a case of parameter sniffing. E 12°55'05.63"N 56°04'39.26" |
 |
|
|
|
|