Viewing 15 posts - 61 through 75 (of 79 total)
You can shrink the logfile. You can do that by issuing the following command
dbcc shrinkfile ('LogFileName',8000)
This would shrink your Log File to 8 GB. You can find more information about...
November 8, 2011 at 8:34 am
I agree with Sean. Table Variable approach is simpler.
November 7, 2011 at 1:52 pm
I dont think so. What you can probably do is a pass in the field that you want to order by as a parameter to the sp and use that...
November 7, 2011 at 1:15 pm
Not sure what you mean by Optimizing Transaction Log but here is an example of how to take Transaction Log backup of database AdventureWorks2008R2 to C Drive
BACKUP LOG AdventureWorks2008R2
TO DISK...
November 7, 2011 at 12:34 pm
What do you mean by transaction logging througput ? Did you mean how to backup transaction log ?
November 7, 2011 at 12:23 pm
Thanks for the suggestion. I will explore this option.
Reddy
October 7, 2011 at 6:35 am
If you are interested in how our topology is setup here are the details.
Server A - USA
Server B - China
Laptop C - China
Latop D - China
A and B...
October 6, 2011 at 2:28 pm
If you want to do automate the process of scripting all objects in a database consider SQL Server Database Publishing Wizard. You can execute this program from command line
Database Publishing...
August 30, 2011 at 12:17 pm
We had a similar situation in our environment. There were a lot if spids getting blocked and CPU was around 95% all the time. A lot of these queries were...
August 19, 2011 at 12:36 pm
Did you try Replication Monitor. It gives more information about the objects being synchronized.
I will look around and see if there is a stored procedure that results synchronization status....
August 19, 2011 at 12:26 pm
I doubt if there is a relationship between backupset table and jobs table. You can take a backup without a job and this would still make an entry in backupset...
August 19, 2011 at 12:22 pm
Thanks for the fix buddy. It saved me a lot of time.
I need to get this client to move to SSRS 2008R2.
Thanks again,
Reddy
April 12, 2011 at 2:10 pm
That works. Thanks for you help Eralper.
Following is a good link on how to load xml into sql server.
Reddy
June 17, 2010 at 8:20 am
Viewing 15 posts - 61 through 75 (of 79 total)