Viewing 15 posts - 9,436 through 9,450 (of 26,490 total)
Just an aside, you can also setup RoboCopy to act as a service and automatically move the files to another location when the backup has completed. I did this...
September 20, 2012 at 8:12 am
Eric M Russell (9/20/2012)
Lynn Pettis (9/19/2012)
Eric M Russell (9/19/2012)
Lynn Pettis (9/19/2012)
tutblog1 (9/19/2012)
Want to learn SQL?Goto
easysqlguide.blogspot.in
Easily learn SQL with the help of images.
Two year old thread, and no, I don't...
September 20, 2012 at 7:49 am
Lynn Pettis (9/20/2012)
Lokesh Vij (9/20/2012)
Lynn Pettis (9/19/2012)
First, INSERT INTO will be fully logged, not minimally logged (iirc).Hi Lynn
I am using table locking option TABLOCK, this support minimal logging.
Care to show...
September 20, 2012 at 7:34 am
Lokesh Vij (9/20/2012)
Lynn Pettis (9/19/2012)
First, INSERT INTO will be fully logged, not minimally logged (iirc).Hi Lynn
I am using table locking option TABLOCK, this support minimal logging.
Care to show us a...
September 20, 2012 at 7:30 am
CELKO (9/20/2012)
... I got gigged on that when I did my first BOM job.
I don't think anyone really cares, except maybe you and your pet mouse.
September 20, 2012 at 7:26 am
Lokesh Vij (9/19/2012)
1) Copy data from transaction table (around million records inserted daily) into a archival table
2) Delete data from transaction table
3) Step (1)...
September 19, 2012 at 11:19 pm
sqlguy-736318 (9/19/2012)
September 19, 2012 at 4:22 pm
Bump. Have you tried my latest change? You know, not including the [ ] around the server name and instance name with the -S parameter to bcp?
September 19, 2012 at 4:11 pm
dwilliscp (9/19/2012)
EXECUTE master.dbo.xp_delete_file 0,N'D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\master',N'.bak',N'2012-09-12T16:25:36',1
It finishes without error, in a second, but there are still files with...
September 19, 2012 at 4:00 pm
Also, don't name your procedures with "sp_" as you may run afoul of a Microsoft system stored procedure of the same name.
September 19, 2012 at 3:44 pm
sqlguy-736318 (9/19/2012)
MS provides an automated tool named FXCop to check a .NET/C# codebase...
September 19, 2012 at 3:37 pm
amar_kaur16 (9/19/2012)
I am using avg() function to get the average values for 3 questions.
q1, q2 and q3.
The actual average is 1.0857 for q1 but getting 1 for q1
actual avearge is...
September 19, 2012 at 3:35 pm
kavern (9/19/2012)
September 19, 2012 at 3:26 pm
Lowell (9/19/2012)
cidr (9/19/2012)
The only issue with this technique is that there are literally 10s of thousands of parts so I'm not sure if this technique would work;...
September 19, 2012 at 3:05 pm
Brandie Tarvin (9/19/2012)
Lynn Pettis (9/19/2012)
Brandie Tarvin (9/19/2012)
Lynn Pettis (9/19/2012)
September 19, 2012 at 11:15 am
Viewing 15 posts - 9,436 through 9,450 (of 26,490 total)