Viewing 15 posts - 76 through 90 (of 137 total)
John Mitchell-245523 (1/9/2013)
SELECT * FROM tempdb.INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME...
January 9, 2013 at 3:45 am
John Mitchell-245523 (1/9/2013)
The error is occurring in the stored procedure itself. Do you get the same error if you run just the EXEC line?John
No, it is not giving me...
January 9, 2013 at 2:44 am
Hi,
Again found a new term as 'Table Fragmentation'. Now this term makes sense to me , because consider one table having clustered index on one column. The content of...
January 4, 2013 at 4:19 am
yup :w00t: It was Data File Fragmentation. Can you please refer me some resource which can give me practical & theoretical knowledge about Data File Fragmentation wrt SQL Server.
January 3, 2013 at 7:24 am
Hi Lavanya,
Did the above mention code solved your Problem or are you still facing it?
January 2, 2013 at 4:05 am
Chandan,
Would like to know what did you did in this scenario?
December 31, 2012 at 3:03 am
Abu Dina (12/21/2012)
December 21, 2012 at 7:05 am
Al right .But they are totally different object . I mean to say one is a table and another SP. So that means you are saying that i cannot give...
December 21, 2012 at 7:02 am
anthony.green (12/10/2012)
Again custom auditing...
December 10, 2012 at 4:23 am
anthony.green (12/10/2012)
Look at building custom auditing procedures on the tables you require to know who updated...
December 10, 2012 at 4:09 am
anthony.green (12/10/2012)
Do you have custom auditing in place?Do users login with a generic username or do they have their own username?
Do you have custom auditing in place?. I am not...
December 10, 2012 at 3:29 am
Sean Lange (12/4/2012)
Shadab Shah (12/4/2012)
anthony.green (12/4/2012)
So you could say
Do Something
Do Something Else
Do Something More
GO
Do Something Even More
Do Something Better Than Before
GO
And it would execute the first...
December 4, 2012 at 8:20 am
anthony.green (12/4/2012)
So you could say
Do Something
Do Something Else
Do Something More
GO
Do Something Even More
Do Something Better Than Before
GO
And it would execute the first three things in one...
December 4, 2012 at 8:10 am
Chris Harshman (11/30/2012)
November 30, 2012 at 8:08 am
Eugene Elutin (11/30/2012)
Shadab Shah (11/30/2012)
November 30, 2012 at 8:04 am
Viewing 15 posts - 76 through 90 (of 137 total)