Viewing 15 posts - 256 through 270 (of 491 total)
Hey Lutz,
The script you mentioned is for different purpose. It is similar to sp_help /to know the structure of a table!!!! 😉
April 11, 2010 at 12:47 pm
Thank you.
April 11, 2010 at 12:31 pm
Planning to upgrade OS to 2003 Server.
March 27, 2010 at 11:28 am
Answer to myself... 🙂
--Solution
alter table emp WITH CHECK CHECK constraint fk_emp_deptno;
March 10, 2010 at 4:01 am
Thank You So much.
It work Fine 😀
February 27, 2010 at 12:58 pm
Hi,
Can i know the reason why you are dividing by 128 in the first SELECT query
1. Script that will display space utilization detail at data file level:
use <DBName>
GO
select convert(numeric(10,2),round(a.size/128.,2))...
February 20, 2010 at 2:06 am
Thanks! 🙂
February 20, 2010 at 12:29 am
Thanks Arun.
Its been long time i heard from you 🙂
February 20, 2010 at 12:14 am
Hi,
I myself i tried to do some coding and come up with a stored procedure which would delete the previous backups.
Am putting this for the benefit for all...
February 19, 2010 at 11:26 pm
Viewing 15 posts - 256 through 270 (of 491 total)