Viewing 15 posts - 5,941 through 5,955 (of 6,400 total)
Please post your query and the actual full error message you are getting
February 16, 2012 at 3:52 am
what anti virus do you have on the server?
we had issues with mcafee and its mass mail worm not allowing to send mail and this was disabled via epo and...
February 16, 2012 at 2:48 am
Please take a look at DBCC CHECKDB in BOL or MSDN.
It will basically do consistancy checks to ensure that nothing bad happened due to the error.
February 16, 2012 at 2:25 am
it would seem like you lost the E drive (might of been for a short period of time)
do you use a SAN at all, might be worth asking your SAN...
February 16, 2012 at 1:51 am
Take a look at utility control point, its more or less the same as MDW but spans multiple servers.
Plenty of information on it in BOL and MSDN.
February 16, 2012 at 1:08 am
kranthi.india123 (2/15/2012)
Yes..You are saying Absolutely Right.
Please Explain To me clearly(shrinking logshipping DB's),i Got your Point.
can i Shrink the Logshipping DB's??? (what type of impact on Logshipping...
February 15, 2012 at 5:48 am
Thanks alot, thats the one, I only did a TOP 1000 and they where all NULL so I skipt over that column.
Much appreciated.
February 15, 2012 at 3:53 am
Can you post all the DDL and sample data you have up to now so that we can create a test to help you out, tables, queries so far etc.
Also...
February 15, 2012 at 3:00 am
I think the easiest way to think of NT SERVICE\MSSQLSERVER and NT SERVICE\SQLSERVERAGENT is as groups, much like the admin group in computer management.
Bascially, it means that the account running...
February 15, 2012 at 2:52 am
kranthi.india123 (2/15/2012)
yes..That defiantly Work Load.But I know ..Little Bit confused.
for example every 3 mins Tlog backups are coming Through log shipping.so i haven't check restore job are failure...
February 15, 2012 at 2:43 am
you could buy a 3rd party tool which monitors it, or you could write your own WMI Queries to get OS data, wrap it in a powershell script which sends...
February 15, 2012 at 1:44 am
coybernardo (2/14/2012)
We are trying to shrink our database from 2.4TB to 1.5TB to release space on our drives. Most of the data is on one data file. We ran the...
February 15, 2012 at 1:41 am
sqlfriends (2/14/2012)
Besides free upgrade to next version, I would like to know from other DBA or developers about any other...
February 15, 2012 at 1:29 am
kranthi.india123 (2/14/2012)
i know.
But little bit confused Again,
can i take Tlog backup of logshipping database through MP(Maintenance plan every 15 mins any impact on logshipping db's)?(Any Mismatch of LSN's)
is Good...
February 15, 2012 at 1:09 am
why are you converting the datetime value to a varchar and then comparing it to a datetime? leave the data types alone and use formatted ISO date formats to...
February 13, 2012 at 9:48 am
Viewing 15 posts - 5,941 through 5,955 (of 6,400 total)