Viewing 15 posts - 56,176 through 56,190 (of 59,070 total)
Mostly habit, Andy... I heard (a very long time ago) that the sp_OA routines had memory leaks (never did test to find out if that was true, my bad) and got...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 11, 2007 at 7:21 am
Sab,
Would you mind showing us the code you've tried so far, please...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 10, 2007 at 9:21 pm
| -- Sorry, Jeff. Just to make it repeateble for everyone. |
Ack!
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 10, 2007 at 8:53 am
Have you tried anything, yet?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 9, 2007 at 10:29 pm
Heh... I like it! Simple math... everything in the universe ultimately rounds to zero... with or without bankers rounding!
(Unless you're gonna round...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 9, 2007 at 5:15 pm
The log file will not grow that large if you do regular backups. Setting a 1 gig log file may cause your server to come to a sudden halt if...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2007 at 9:18 pm
Heh... yeah, some naming standards seem appropriate. Don't let them use blanks in their names, either. ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2007 at 9:11 pm
Of course, you can still fix it...
QUOTENAME(REPLACE(REPLACE(somecolumn,']',''),'[',''))
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2007 at 5:38 pm
Where does this proc live? In Master?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2007 at 4:32 pm
Aren't you still using the 4 part naming in the dynamic SQL? I don't think that's gonna work unless you try it like this... (although, I certainly could be wrong)...
EXEC...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2007 at 4:17 pm
Sorry... just figured out what you're trying to do...
If you call the stored proc in Master from a given other database, then I think you just do the delete using...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2007 at 7:28 am
OK, but you need to use dynamic SQL anyway... why temp fate with Master? Create the DBA database and work from there...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2007 at 6:39 am
You'll need to use dynamic SQL to create and execute the delete, but I've gotta ask a question...
Your DBA let's you write to the Master database??? Or, if you're the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2007 at 5:25 am
Echo.>>yourfilename simply appends a blank line to your file... Echo. creates the blank line.... ">>" is the old DOS notation for "take the output of the command to the left...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2007 at 5:18 am
Moving data from the main database does not shrink the space reserved for the main database... nor should you shrink it unless this is the very first time you've archived.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2007 at 5:07 am
Viewing 15 posts - 56,176 through 56,190 (of 59,070 total)