Viewing 15 posts - 121 through 135 (of 276 total)
Something like this?
-- Temp table to store result
CREATE TABLE #DF_Result
(
Drive_Letter CHAR(1),
MBFree INT
...
April 2, 2008 at 6:23 am
x-portal (3/31/2008)
i'm on sql server 2000.
Is there a question here? Not a lot of info - and, this is the sql 2005 forum group...
March 31, 2008 at 9:11 pm
I found this article from our very own Brian Knight.
http://www.sqlservercentral.com/articles/Administering/readpurgelog/279/
March 31, 2008 at 7:08 pm
Jeff Moden (3/31/2008)
March 31, 2008 at 7:04 pm
Babu_Raj (3/31/2008)
EXEC sp_track_db_growthGO
Usually, there needs to be an existing SP prior to running a SP:cool:. sp_track_db_growth is not a SP that exists. Perhaps you would be kind...
March 31, 2008 at 12:22 pm
Well said - I am in that boat as well...I am nearly 33. Taking one class a quarter would take about 7 years...Do I want to be 40 and...
March 31, 2008 at 9:27 am
An option - you could make a view that has the columns defined in the order you want.
Also, I think it has been fairly well discussed that "Select * from...
March 31, 2008 at 7:44 am
Thanks everyone! This really helped! I will begin looking into all that today!
March 30, 2008 at 1:28 pm
Hey Matt -
Thanks for the input - that is another reason that I didnt mention - I was not sure if that was a common practice or not, as I...
March 30, 2008 at 10:57 am
I have always felt that experience is better than paper. I am not looking for a job, at least not now. I am looking to make sure I...
March 30, 2008 at 10:31 am
Jeff Moden (3/30/2008)
March 30, 2008 at 7:29 am
Jeff Moden (3/28/2008)
Gosh, I'm really sorry Cory... I didn't mean to offend...
Jeff,
I am sorry, I re-read that this morning - I did not mean to sound offended, I am truely...
March 29, 2008 at 8:02 am
WOOHOO!! I got a "Mighty Close" by Mr Jeff M himself! Thanks!
As far as the post - When I first read the post, I admit, I did not...
March 28, 2008 at 8:54 pm
I could VERY well be wrong on this, as I am just starting to work with CTE's, but something like this may work...
WITH TEST_CTE_Insert ( INSTRUMENT_ID, PARTY_ID,...
March 28, 2008 at 8:26 pm
I am fairly sure the answer is no. the log files are located ..\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG. I think there are ways to query these log files, but,...
March 27, 2008 at 11:29 am
Viewing 15 posts - 121 through 135 (of 276 total)