Viewing 15 posts - 13,456 through 13,470 (of 49,552 total)
No, you can't access the Active Directory list of logins and users via T-SQL.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 17, 2013 at 12:38 am
pm.praveen.mehta89 (4/17/2013)
For restoring a db from transactional backup first u need to restore latest full backup with 'RESTORE WITH RECOVERY' option then transactional log backups(except latest transactional backup) in sequence...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 17, 2013 at 12:14 am
Speak to your AD team, ask them to set the account to not allow interactive logins (users should not be using the service account) and ask them if they can...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 17, 2013 at 12:10 am
sqlfriends (4/16/2013)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 11:59 pm
Recovery model has nothing to do with it, the log is used almost the same (baring only minimally logged operations) in all three recovery models.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 3:21 pm
Maybe. Depends whether those are separate IO paths or not, whether the DB is IO bottlenecked or not.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 3:08 pm
GilaMonster (4/16/2013)
SQLRNNR (4/16/2013)
Did it come with the NOS tanks?Nosferatu? Don't think the car has energy vamps fitted. Will have to check the manual.
Or wrong game slang?
I'll pass thanks, petrol's fine.
Oh,...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 1:35 pm
SQLRNNR (4/16/2013)
Did it come with the NOS tanks?
Nosferatu? Don't think the car has energy vamps fitted. Will have to check the manual.
Or wrong game slang?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 12:56 pm
If you need specific advice, please start a new thread in the appropriate forum (based on SQL version) and post the output of the CheckDB.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 12:48 pm
Lynn Pettis (4/16/2013)
jasona.work (4/16/2013)
Three days of nothing...It's quiet...
TOO quiet...
Either nobody has had any complaints, nor needed someone to jump into an issue, or else everyone is just to darn busy...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 12:16 pm
http://sqlinthewild.co.za/index.php/2009/02/19/estimated-and-actual-execution-plan-revisited/
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 11:56 am
http://sqlinthewild.co.za/index.php/2011/05/17/on-transactions-errors-and-rollbacks/
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 11:22 am
adonetok (4/16/2013)
So, in my understading that "SET XACT_ABORT ON" should add all time.
If you want SQL to automatically roll back transactions in case of an error. Personally it's a setting...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 9:58 am
Exactly the same answer.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 12:37 am
The only limit is the size of your storage, or the maximum database size (524,272 TB, which is beyond any storage you're likely to have)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2013 at 12:04 am
Viewing 15 posts - 13,456 through 13,470 (of 49,552 total)