Viewing 15 posts - 1 through 15 (of 34 total)
OK, an update - you were entirely correct, it was the -0.00 that was the problem. Just spent the last several hours tracking down each record's key information via its...
______
Twitter: @Control_Group
June 15, 2011 at 12:50 pm
Welsh Corgi (5/20/2011)
I have listed some links that may give you some ideas and compliment the questions that you already have.
You may want to...
______
Twitter: @Control_Group
May 20, 2011 at 12:09 pm
rohaandba (2/4/2011)
Among which 3 of the tables have to be shared by
Another SQL Server Instance-2.....with a Database-2
Can anyone help me...
______
Twitter: @Control_Group
February 4, 2011 at 11:22 am
JenMidnightDBA (10/6/2010)
Matt Cherwin (10/6/2010)
______
Twitter: @Control_Group
October 6, 2010 at 9:41 am
JenMidnightDBA (10/6/2010)
______
Twitter: @Control_Group
October 6, 2010 at 8:32 am
Here's what I'd do, but it's cumbersome - hopefully someone else can chime in with a better answer.
1) Disable the login: ALTER LOGIN <login> DISABLE
This will ensure the login...
______
Twitter: @Control_Group
April 21, 2010 at 9:46 am
What edition/version of SQL Server are you running?
It's worth noting that Standard Edition only supports synchronous mirroring; if you want asynch, you need Enterprise Edition. It's also worth noting that...
______
Twitter: @Control_Group
April 21, 2010 at 9:02 am
Chandu-212374 (11/16/2009)
All are enabled. I could log in to Management studio using the same account without any problem.
From the same machine you were running osql on? If so, that's odd,...
______
Twitter: @Control_Group
November 16, 2009 at 10:01 am
Chandu-212374 (11/16/2009)
osql -SstrMachineName -UstrLogin -PstrPwd -i addsys.sql -ooutput.txt
(strLogin is an account which has login rights to SQL Server...
______
Twitter: @Control_Group
November 16, 2009 at 8:17 am
Panchi (9/15/2009)
For 2010 the fiscal year starts...
______
Twitter: @Control_Group
September 16, 2009 at 8:25 am
bpowers (9/14/2009)
______
Twitter: @Control_Group
September 14, 2009 at 9:24 am
I'm not entirely certain what you mean when you say you researched the history, and the log file was 6.2 GB - do you mean that it's been generally around...
______
Twitter: @Control_Group
September 10, 2009 at 2:42 pm
Well, so much for my first guess. 😉
With that out of the way, a few comments/questions:
1) Why are you routinely executing a DB shrink? In general, shrinking a database is...
______
Twitter: @Control_Group
September 10, 2009 at 11:20 am
What did you do for backups before setting up this maintenance plan?
I ask, because SQL Server will "decide" that your recovery model is simple until you take a backup. So...
______
Twitter: @Control_Group
September 10, 2009 at 10:17 am
Marcin Gol [SQL Server MVP] (9/9/2009)
some people dont install any kind of mgmt software on production servers... (SSMS/BOL ...)is it right? it depends.
Oof. Personally, I demand that SSMS be...
______
Twitter: @Control_Group
September 10, 2009 at 9:09 am
Viewing 15 posts - 1 through 15 (of 34 total)