Viewing 15 posts - 226 through 240 (of 1,825 total)
Some people really dont want to be helped do they :crazy:
http://www.sqlservercentral.com/Forums/Topic1116629-9-3.aspx#bm1117914
June 1, 2011 at 3:45 am
Also, please confirm which version of SqlServer you are using.
This is a SqlServer 7 / 2000 forum, are you using a later release ?
June 1, 2011 at 12:02 am
Maybe you could show us the code that you have achieved so far yourself ? That would help us in the best way to advise you.
May 30, 2011 at 3:01 am
Different queries , different times ?....
Could be something outside of SqlServer, are you on a virtualised machine , Anti viral (seen that more than once), is sqlserver memory...
May 29, 2011 at 2:02 am
There's to much going on to tell you where that problem lies.
You are going to have to isolate it further.
May 28, 2011 at 4:39 am
Im afraid that your question exposes the fact that you dont understand what an RDBMS is at a rather fundemental level.
You should not be thinking about going row-by-row.
Try this book...
May 28, 2011 at 4:31 am
Gianluca Sartori (5/25/2011)
No way, the Summit is too far and too expensive for me.Especially now that I'm moving into freelance consulting.
Echo those thoughts , i could only justify going if...
May 26, 2011 at 12:03 am
You could try a computed column with an index then, there are a few hoops you have to jump through though
http://msdn.microsoft.com/en-us/library/ms191250(v=SQL.90).aspx
May 25, 2011 at 2:38 am
You could try a logon trigger
http://msdn.microsoft.com/en-us/library/bb326598(v=SQL.90).aspx
May 24, 2011 at 9:04 am
Thanks to all those who proof read and commented on my 'cursors' article , finally submitted it to Steve today.
May 24, 2011 at 8:56 am
Dont thank me , thank Gail (GilaMonster).
May 24, 2011 at 5:14 am
There are a few expections , but as a rule of thumb , never use functions on the columnar side of a comparision. SQLServer has to scan each row,...
May 24, 2011 at 5:10 am
Hi , see this page for a breakdown of your options
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/
May 24, 2011 at 4:57 am
A goto will jump to a point in code , that code will still be executed as the flow of the program naturally passes it ,that is what has happened...
May 5, 2011 at 12:16 am
Ok , going to forget about the cursor one.
Custom components it is , see you in Seattle (hopefully :))
May 4, 2011 at 7:39 am
Viewing 15 posts - 226 through 240 (of 1,825 total)