Viewing 11 posts - 151 through 161 (of 161 total)
i think you would need to use sql loop through the msdb database to create a script which you can then save to a batch file and run that. ...
July 9, 2008 at 8:36 am
Also, in the example in this article you can do away with the SQL statement and enter the expression directly into the variable.
+ Select the variable and go to it's...
June 19, 2008 at 6:18 am
you could use a case statement:
where
case month(dob)
when 1 then 1
...
May 2, 2008 at 1:33 am
you can use the expression builder to do this.
right click the text box that will hold your title, click expression builder on the context menu. you can then use...
December 18, 2007 at 9:02 am
That was my first plan, actually. I had a dynamic link that pointed to firstly the .wav file via a UNC path and secondly via http. Neither of...
December 18, 2007 at 8:25 am
Assuming the author does mean a CASE expression, and then the answer is "yes", you would have to wonder why you would use it at all, as (in the example...
April 24, 2007 at 2:34 am
During the summer months here in Cornwall, UK, I like to nip down to the beach and go for a swim during my lunch. It wakes me up, invigorates...
September 20, 2006 at 3:33 am
How about...
"The older I get, the better I was"
Tommy H
January 6, 2006 at 6:08 am
another problem could occur if you use the PRINT command in your sp. this sp will run fine in QA but will cause a web page to fail.
April 1, 2005 at 1:57 am
great article! CTEs were well explained and the examples demonstrated the application of CTEs effectively and succinctly. cheers.
March 2, 2005 at 2:21 am
Viewing 11 posts - 151 through 161 (of 161 total)