Viewing 15 posts - 136 through 150 (of 310 total)
This looks like a problem with your VB code. Are you using a server-side cursor? If so, try making it client side. An example (omitting any parameters...
November 24, 2005 at 4:40 am
You could make the REPLACE solution work by replacing spaces with a 'safe' character first, doing the original process and then resetting the spaces. Of course, you now have...
November 23, 2005 at 4:03 am
Look up 'parameter sniffing'.
Create a local variable and set this to the value of the parameter. Then use the local variable in your queries rather than the parameter directly....
November 21, 2005 at 7:47 am
Or Pharaoh Akhenaten who came up with the idea of montheism in the first place!
November 15, 2005 at 3:27 am
I am surprised that nobody else has mentioned Gavrilo Princep (the assassin of Archduke Franz Ferdinand and the spark for the Great War). While the event itself largely was...
November 14, 2005 at 6:00 am
While all those listed are heroes or villains to many people, I would suggest that we should be looking for those who have had a fundamental impact on a global...
November 11, 2005 at 10:20 am
Gavrilo Princip
Josef Stalin
Mao Tse Tung
Alexander Fleming
Albert Einstein
Adolf Hitler
Emperor Hirohito
Winston Churchill
Franklin Roosevelt
Ronald Regan
(Mainly politicians but the political and socioeconomic changes for which they largely were responsible have been the drivers of...
November 11, 2005 at 7:03 am
A major problem that I have encountered with table variables is that SQL Server cannot handle them under parallel processing. Performance plummets on a multi-processor machine if table variables...
November 10, 2005 at 10:23 am
ngen /queue pause
... should stop it (I may have the syntax slightly off). I believe that the problem is to do with conflicting thread priorities.
I have set up my...
November 2, 2005 at 5:57 am
What is tour licence? Have you hit the limit on number of connections?
November 1, 2005 at 4:00 am
I konw this works - I just tested it! - but I would have expected Char(12) to pad with leading spaces whereas it actually trims its return value, which is...
October 27, 2005 at 3:23 am
This is one of those questions where, 'if you need toknow the answer, you're probably doing something wrong'!
I would suggest writing the list to a temporary table and doing a...
October 27, 2005 at 3:11 am
David, yes!
I had been thinking that SUBSTRING was restricted to the first 8k but have just realised that it isn't. Thanks to you and everyone who has given time...
October 25, 2005 at 6:22 am
Viewing 15 posts - 136 through 150 (of 310 total)