Viewing 15 posts - 136 through 150 (of 726 total)
To be fair, sp_msforeachtable uses a cursor as well, but at least it's already written for you.
September 4, 2007 at 6:11 am
The SPIDs numbered 1-50 are reserved by SQL Server for internal use, so all user processes will be 51 or higher.
September 3, 2007 at 11:29 pm
By the way, my initial code does strip off the time portion of the date, so if you need the time, just increase (or decrease, such as style 112 to...
September 3, 2007 at 11:25 pm
Don't feel bad Sam, as it's a problem many of us had when getting familiar with the internals of dates. The problem is that a line such as "Convert(datetime, Getdate(),...
September 3, 2007 at 11:02 pm
Max, I think you're a bit too fond of the ol' single quotes.
Try this and see how if it works for you (be...
September 3, 2007 at 10:53 pm
It sounds like you are using a datetime return type when doing the CONVERT, THEN doing the CAST, as using CONVERT with a return type of varchar will do exactly...
September 3, 2007 at 10:08 pm
It depends on the purpose of your exam.
If you want to create practice exams to be used for certification purposes then get a bunch of people to take the exam...
August 31, 2007 at 2:39 pm
We just send e-mails to the SMTP server and let it send it on to Notes. That will work whether your final destination is an enterprise mail server such as...
August 31, 2007 at 2:33 pm
What do the following statements return for you?
SELECT
Max(Len(Date_Created)) FROM tablenamehere
August 30, 2007 at 2:06 pm
As Matt Miller noted in the other thread, it would help if you'd show us the code that populates the @whereClause variable. At a glance, it appears that the likely...
August 30, 2007 at 1:58 pm
Are you using 2005? That code is VERY 2005 specific.
ETA: Ignore, as I see you notice that you posted in the wrong section, so assuming that you do have 2005.
August 30, 2007 at 1:52 pm
Do you have a D: drive on your local machine, and is that file in that location on your D: drive if you do?
August 30, 2007 at 1:13 pm
I think that what most of us are waiting for is for you to tell us what happens when you run it, etc.
August 30, 2007 at 10:32 am
Open up the Data Transformation Wizard on your local system and go to town.
August 30, 2007 at 8:57 am
Viewing 15 posts - 136 through 150 (of 726 total)