Viewing 15 posts - 751 through 765 (of 2,486 total)
Sounds like a good plan of action, although I wouldn't do it all in one go. I've been caught like that before.
One day: "Yes,...
September 22, 2005 at 5:27 am
Roger
You wouldn't be a developer rather than a DBA would you
If you tried to put a trigger with a cursor into production at...
September 22, 2005 at 5:11 am
Test the different methods of obtaining data in Approach 1 & 2 and go with the one that provides the best speed. This will depend on the physical location of...
September 22, 2005 at 12:20 am
"...I'm not in the habit of questioning the wisdom of savants..."
Question, question it's highly unlikely that one person knows everything.
http://www.sqlskills.com/blogs/kimberly/PermaLink.aspx?guid=634f7f84-6c10-4163-9890-faf1ab55f66a
September 21, 2005 at 9:50 pm
"...only adds a leading comma instead of a trailing one..."
Oh well, trim off the trailing or trim off the leading ... which way is better ??
Maybe you could throw a...
September 21, 2005 at 8:19 pm
Yes do use a function, wouldn't do to give the "CursorsAreEVIL" police more ammunition
Also, correct me if I'm wrong, but if you use...
September 21, 2005 at 7:43 pm
Run the query in Query Analyzer with "Show Execution Plan" selected and you see
September 21, 2005 at 7:38 pm
Jacob
In the wizard, you can change the destination table in the step where you select source tables and views. If you select an existing table as the destination you can...
September 21, 2005 at 7:35 pm
Using a staging table is probably the better method and is more in line with standard practice.
You could also set the Exception file properties on the Options tab of the Datapump. Then...
September 21, 2005 at 7:33 pm
Unfortunately SQL 2000 does not have a row number function, you'll have to wait for SQL 2005 for that
In the meantime, take a...
September 21, 2005 at 7:09 pm
In the stored procedure, are you using the sp_OA* procedures to execute the packages, or xp_cmdshell?
The sp_OA* procedures a know to cause memory leaks. So if you are using them...
September 21, 2005 at 7:03 am
Otto, I think 32bit SQL Server database engine is limited to 4GB of ram unless you're running Windows 2003 Enterprise or Datacenter. If you run 64 bit SQL Server you...
September 21, 2005 at 6:54 am
"The error is occuring only when the job calls the stored procedure
If i executed stored procedure from query analyzer then there is no problem. "
Hmmm ... conflicting executions of...
September 21, 2005 at 6:33 am
Unless you're talking about a different post, which is quite likely the way you post thing all over the place, you do not mention anywhere that you get null for...
September 21, 2005 at 6:25 am
Just because I wasn't contributing anything to the discussion, it's wrong to presume that I wasn't following the discussion.
I actually considered helping when you posted your first message, but due...
September 21, 2005 at 6:25 am
Viewing 15 posts - 751 through 765 (of 2,486 total)