Viewing 15 posts - 316 through 330 (of 1,154 total)
Grant Fritchey (3/6/2014)
sqlbuddy123 (3/6/2014)
Or just run sp_updatestats to update the stats.And check for any Blocking, Memory, CPU, Disk utilization on the server. Also check for any waits on the server.
--
SQLBuddy
But......
March 6, 2014 at 5:35 pm
Raamamohan (8/25/2011)
Run time error 2147467259 - 80004005 [DBNMPNTW] Access deniedwhile connecting the Database Server from VB application
Do SSMS, .net application and VB application are on the same server or on...
March 6, 2014 at 3:38 pm
Do you do Index Rebuilds and Update Stats in Production ?
--
SQLBuddy
March 6, 2014 at 3:20 pm
Yeah do SELECT @@VERSION and look in http://sqlserverbuilds.blogspot.com/. Just check if you build that is before the RTM.
--
SQLBuddy
March 6, 2014 at 3:08 pm
obtllc (3/6/2014)
backup database ab to disk = 'c:\ab.bak'backup database bc to disk = 'c:\bc.bak'
backup database cd to disk = 'c:\cd.bak'
Thanks,
OBT
This will be sequential. However you can start them parallely using...
March 6, 2014 at 3:04 pm
Or just run sp_updatestats to update the stats.
And check for any Blocking, Memory, CPU, Disk utilization on the server. Also check for any waits on the server.
--
SQLBuddy
March 6, 2014 at 2:49 pm
Windows Logins abide by the login policies of the underlying Operating System. In SQL Server 2005 and later, SQL Server logins can also adhere to the windows login policies if...
March 6, 2014 at 2:43 pm
sqlbuddy123 (3/6/2014)
It doesn't really have anything to do with the number of DBa's. It has to do with the self-sufficiency of the one(s) you already have on staff, and it...
March 6, 2014 at 12:12 pm
It doesn't really have anything to do with the number of DBa's. It has to do with the self-sufficiency of the one(s) you already have on staff, and it is...
March 6, 2014 at 11:58 am
FIshNChipPapers (3/6/2014)
March 6, 2014 at 11:17 am
paulaalkz 9229 (3/5/2014)
How about when you manage multiple sql servers?...
March 6, 2014 at 9:38 am
May be the SP is getting recompiled. Please also capture the execution plan and check it. If you can post it it would be very helpful.
--
SQLBuddy
March 6, 2014 at 9:26 am
What's the type of mirroring between A & B ?
--
SQLBuddy
March 6, 2014 at 9:18 am
TravisDBA (3/6/2014)
March 6, 2014 at 9:14 am
Try this ..
http://blog.sqlauthority.com/2007/02/25/sql-server-restore-database-backup-using-sql-script-t-sql/
--
SQLBuddy
March 5, 2014 at 6:39 pm
Viewing 15 posts - 316 through 330 (of 1,154 total)