Viewing 8 posts - 31 through 38 (of 38 total)
you can use version control tools like MS Visual Source Safe,
ClearCase ...
it is not a better advice to write a DDL Trigger on Production Server.
please correct me if i am...
September 5, 2008 at 4:42 am
i mean to say comparing with SQL 2000
selecting serverproparty('collation') will return defaulr SQL_Latin1_General_CP1_CI_AS (if i am not wrong).
but As 2005 introduce Schema feature which becomes
Case-Sensitive combination of schema and tablename.
which...
September 5, 2008 at 4:27 am
Thanks for reply chirag.
I have used the word "default" in the question.
Regards
Manoj
August 29, 2008 at 4:11 am
Hadrian,
alternate way is..
create table #tbsize (dbname sysname, dbsize dec(15))
declare @b-2 numeric(12,2) select @b-2 = low from master.dbo.spt_values where number = 1 and type =...
August 22, 2008 at 5:24 am
TRy This Commands:
DBCC shrinkfile (filename, expected size in MB , notruncate)
After Executing Above Next Step:
DBCC shrinkfile(filename, expected size in MB , truncateonly)
Hope your problem will solve.
regards
Manoj
August 22, 2008 at 4:06 am
i think we should have SP3 before release of 2008.
Regards
Manoj
August 22, 2008 at 3:48 am
SELECT * INTO New_Table_Name From Old_Table(View) will definately work properly over here.
Regards
Manoj
August 22, 2008 at 3:10 am
your log size is in GB while Data file size is in MB, it seems you are not taking backup of log.
if log backup is not necessry for you then...
August 22, 2008 at 3:01 am
Viewing 8 posts - 31 through 38 (of 38 total)