Viewing 15 posts - 556 through 570 (of 783 total)
@ homebrew
The job 1 is SSIS package
The log size increases considerably.
but the databases (on which iam performing shrink operation ) are all in simple recovery mode.
Regards,
Sushant
October 18, 2010 at 9:19 am
@ ovonelmonk...
You just need to take full backups daily night....
The transaction logs are already there from log shipping, on the primary server ..(the LSbackup jobs on primary server)..
I dont think...
October 18, 2010 at 8:26 am
@ TST1...
this article describes a good way to do that.
http://www.mssqltips.com/tip.asp?tip=1018
Regards,
Sushant
October 15, 2010 at 9:26 am
@ gail
"It'll just give you a convenient column to Order By"
Does that mean identity column??
I heard that indexing on an ORDER BY can help in maintaing the order in...
October 15, 2010 at 8:29 am
@ gail
Thanks for letting me know.
Regards,
Sushant
October 15, 2010 at 8:18 am
@ jeff
Using select * in first attempt.....good catch...
but acutally there were many more columns also ,which i didnt disclose here, so that way had to mention just the required columns.
Regards,
Sushant
October 15, 2010 at 8:16 am
@ jeff
in first table i had approx 7 columns, and the develoepr wanted only few imp colums in a table (around 4-5), so I had to delete the 2-3...
October 15, 2010 at 8:12 am
The best practices for system databases is that it is not necessary to backup the tempdb database as it is rebuilt each time SQL Server starts.
The model database should be...
October 15, 2010 at 7:59 am
@ gail
Ya, i noticed that there was no use, as the rows were not according to that..(order by) in the new table..
I had to delete 1-2 columns( as per req.)...
October 14, 2010 at 3:16 pm
@ gail
You asked me why you want to do it , any logical sense
So, i replied that the new table should look nice, similiar to the output from the previous...
October 14, 2010 at 2:46 pm
@ gail
Just to look good another table without an order by clause..
But ya, the order was random when it copied the data from 1 table to another.
Regards,
Sushant
October 14, 2010 at 2:17 pm
And also,
How to make a new table from the output of this query?
Regards,
Sushant
October 14, 2010 at 1:28 pm
@ gail & lowell
Ya,
That was correct, I guess I didnt needed GROUP BY ....
Order by category,price was enough for me...
Thanks.
Regards,
Sushant
October 14, 2010 at 1:06 pm
@ joie
Msg 2508, Level 16, State 1, Line 2
The In-row data USED page count for object "rtw_count_variance", index ID 0, partition ID 42277782945792, alloc unit ID 42277782945792 (type In-row data)...
October 12, 2010 at 7:55 am
on error log i got :"-
DBCC CHECKDB (db name) WITH no_infomsgs executed by domain name \gpsqlagent found 1 errors and repaired 0 errors. Elapsed time: 0 hours 1 minutes 52...
October 11, 2010 at 10:14 am
Viewing 15 posts - 556 through 570 (of 783 total)