Viewing 15 posts - 136 through 150 (of 277 total)
I just checked the SQL Log File Viewer, and I see auto grows being logged..
Is this what you are looking for?
-- Cory
March 27, 2008 at 11:10 am
Aww - on the right hand side under related topics, I found working links to 1 2 and 3.
http://www.sqlservercentral.com/articles/System+Development+Life+Cycle/vcspart1/523/
🙂 It is just the internal links do not work.
-- Cory
March 25, 2008 at 9:34 am
Steve - I followed your link to part 4, and then tried to get to part one, and I got this
Sorry, nothing found for this search
... any chance you...
-- Cory
March 25, 2008 at 9:20 am
Nuts,
I did not see any issues. here is the table and sample data, since your question lacked it.
CREATE TABLE mytable
(
...
-- Cory
March 19, 2008 at 7:13 pm
one thing to think about is stripping the last two char's leaves the right most space still there...that said, here is the code
CREATE TABLE citystate ( col1 VARCHAR(20) )
INSERT ...
-- Cory
March 19, 2008 at 4:43 pm
Well written, great info, outstanding examples.
-- Cory
March 14, 2008 at 12:06 pm
I am not sure on this, but, it seems to me that _Total would be the total of all that is being watched. If you need this at a...
-- Cory
March 11, 2008 at 8:33 am
vprunic (3/11/2008)
... and its not how much of the space for the log is used- i want to know when the Transaction Log exceeds 5Gb or so...
Once you explore the...
-- Cory
March 11, 2008 at 8:24 am
That is incorrect - look at the alerts again - change the type and you have a whole new set of conditions...
-- Cory
March 11, 2008 at 8:18 am
look under "SQL Server Agent" under Alerts - in there you can make an alert for quite a number of things.
Here is an example of some TSQL for...
-- Cory
March 11, 2008 at 7:39 am
The biggest issue I had was with linked servers from the 64bit to 32 bit SQL servers. I had to run an update on all the 32 bit linked...
-- Cory
March 6, 2008 at 8:04 am
I noticed this is 3rd party software (Magic or perhaps SDE). If you have vendor support, call them and have them help. They have helped me in the...
-- Cory
March 4, 2008 at 2:07 pm
I am an idiot. I figured it out.
-- Cory
March 3, 2008 at 12:54 pm
Okay - I found the answer to my question (Microsoft.SqlServer.ConnectionInfo)...
now I get Name 'cmbSServers' is not declared, which is true, it is not...but...???
I will need to sit down...
-- Cory
March 3, 2008 at 12:53 pm
Hey -
I have now seen this solution in two forums - and when I try and run this (mind you, I am very new to this), it looks like it...
-- Cory
March 3, 2008 at 12:41 pm
Viewing 15 posts - 136 through 150 (of 277 total)