Viewing 15 posts - 1 through 15 (of 173 total)
Other option is, database backups are taken by MSFT and maintained, you can restore individual databases using powershell commandlet Restore-AzSqlInstanceDatabase
January 3, 2022 at 10:51 pm
Hi Jeff,
To start with Merry Christmas and Happy New Year
I came across a situation where I have to invoke parallel sessions and that has to be done through query window...
December 24, 2021 at 5:32 pm
murthykalyani (10/31/2013)
I haven't comeacross CXPACKET waittype while inserting data.
Mostly sql server decides whether to execute the query on parallel threads or not, based on the estimate time the...
October 31, 2013 at 11:25 am
I haven't comeacross CXPACKET waittype while inserting data.
Mostly sql server decides whether to execute the query on parallel threads or not, based on the estimate time the query completes i.e...
October 31, 2013 at 11:24 am
AKP (3/1/2010)
March 1, 2010 at 1:55 pm
AKP (3/1/2010)
We have a disk space issue on one of the drive where SQL Server files are located (system dbs,user dbs and others). We are planning to replace this...
March 1, 2010 at 1:37 pm
Extract the login and sid information from the primary server through sp_help_revlogin, drop the sql server login on the secondary server and recreate the login with the login information that...
February 23, 2010 at 1:57 pm
Greg Charles (1/27/2010)
January 27, 2010 at 3:49 pm
SQL_Hacker (1/26/2010)
January 26, 2010 at 11:53 am
Can you initially get the required data from the linked server through open query if possible and then do a join on the server?
January 26, 2010 at 11:18 am
Are you trying to join a table in oracle to tables in sql servers with in the stored procedure?
SQL Server divides total memory to two components 1) Buffer Pool
2) MemtoLeave...
January 26, 2010 at 8:39 am
Why do you trying taking a single database backup through litespeed manually and see what happens?
January 26, 2010 at 7:57 am
There is an active transaction and is still opened before completion of backup. For this reason it cann't make these transactions inactive.
January 22, 2010 at 1:24 pm
The transaction log backups can vary a lot in size based on activity, but the FULL backup should consistently reflect the database size (minus free space).
Agree with you, but the...
January 22, 2010 at 1:05 pm
You can get the details from restorehistory table in msdb database or from error log, or application log.
January 22, 2010 at 11:27 am
Viewing 15 posts - 1 through 15 (of 173 total)