Viewing 15 posts - 376 through 390 (of 469 total)
nope- no where clause. Just "select top 1 * from table"... that's it.
May 11, 2010 at 5:26 pm
Thanks for the info guys- I don't know yet why they are doing "select top 1 * from table"... waiting for that info back from the app admin. I...
May 11, 2010 at 5:20 pm
Did you ever figure it out? I have it going on right now also and am working to get hosting to remove the defrag utility (which I know has...
May 7, 2010 at 6:11 am
Why not increase the number of logs... that way you can still keep them the desired amount of time, but cycle frequently.
As far as I have seen the only deteriment...
May 6, 2010 at 3:24 pm
I will bet $$ that this server is running diskkeeper.
May 6, 2010 at 3:18 pm
Confirm network connectivity to the mail server- i.e. can you telnet to it over port 25 (telnet servername 25).
May 6, 2010 at 3:16 pm
Try using fully qualified server name... error message shows "error connecting to server\instance".
Change connection to look for servername.domain.com\instance
(of course by domain.com, I mean whatever the fully qualified name of...
May 5, 2010 at 2:50 pm
How about posting that error message?
first thought is that this is probably network related. Can you telnet to the sqlserver over port 1433... i.e. if you execute the following...
April 29, 2010 at 6:15 am
Just to clarify- I'm talking about the configuration in "services.msc". Post above mine is right on- all this configuration should be done in Cluster Administrator. Don't make changes...
April 29, 2010 at 6:12 am
The SQL Server Service and Agent Service should NOT be set to automatic- if so, on startup, those services will attempt to start on both nodes.
The Cluster Service should be...
April 29, 2010 at 6:09 am
YOU DONT HAVE TO YELL.. nah, just kidding.
I don't understand what you mean by "when I change and save it it goes back"...
Once you delete records, you...
April 28, 2010 at 1:35 pm
If your concern is recoverability, full backups 2Xs daily might not be the best solution.
Why not operate in full recovery mode- you could do a full backup daily and then...
April 28, 2010 at 11:15 am
I can't tell you why the table take so much space- what is in it? How is the table defined (what datatypes are the columns)?
The datafile will not automatically...
April 28, 2010 at 10:15 am
Looks like 1 table using most of the space:
dbo.EventLog U 561681 5726.102 - 994.203 == 4731.898 = 56.813 + 4675.086
almost 6GB there
Performance issues... no, this is just a select. ...
April 28, 2010 at 9:47 am
Viewing 15 posts - 376 through 390 (of 469 total)