Viewing 15 posts - 1,231 through 1,245 (of 1,252 total)
hi debbie
if u r sure that the format(including the length) of the filename will not change then this shud work
select
substring('GC_20060616_All_Demographics'
October 18, 2006 at 5:26 am
hi
Use the performance monitor to know how much memory is being consumed by sql server.
to know which processes in SQL server are taking more memory u need to use...
October 17, 2006 at 10:06 pm
hi paul
thanks for ur explanation. i do know about differential backups and how to restore them. What i would like to know is why the size of diff backups increase...
October 13, 2006 at 4:35 am
hi
maybe is has got something to do with the "SET" options.. for ex SET ANSI_NULLS and other like options.
October 10, 2006 at 11:23 pm
Thanks for ur points ... my backup is scheduled as a job.
October 10, 2006 at 10:45 pm
Thanks For ur suggestions Lynn..
db is in full recover mode.
October 10, 2006 at 10:44 pm
Hi Hans
Thank You for your suggestions.
Have you created indices? An index can take up huge amounts of diskspace - There are indexes in the database but i have not...
October 10, 2006 at 10:42 pm
hi
use the backupfile and backupset tables in msdb. i think these table should help you although i myself have not used them and dont know much about them. There are...
October 5, 2006 at 1:57 am
hi
Iam curious to know whether you have made any progress. Have you solved your problem or are you any where near to solving it?
October 3, 2006 at 10:44 pm
hi
dont know whether the way u r doing things is correct. i have a suggestion that may help you.
Instead of trigger starting the job let the trigger write the required data...
September 28, 2006 at 11:24 pm
hi
have u opted for restricted growth for the files in the filegroup.
September 28, 2006 at 3:25 am
hi
r u running both sql 2000 and sql 2005 in ur new box. Is there any other resource intensive software running in ur new box.
there are some topics in ...
September 28, 2006 at 12:48 am
hi
I have experienced the same problem
try these
1) exec sp_updatestats - Runs UPDATE STATISTICS against all user-defined and internal tables in the current database.
2) DBCC UPDATEUSAGE (0) - Reports and...
September 27, 2006 at 1:11 am
u can use the pivot operator if u r using sql 2005.
u may have to use some dynamic queries but i would like to think that this would be simpler.
September 26, 2006 at 11:28 pm
hi
just give a alias-name(s) for the column(ID_FIELD) in the select statement of the view.
by the way why do you need to select ID_FIELD twice since u r joining on the...
September 26, 2006 at 2:32 am
Viewing 15 posts - 1,231 through 1,245 (of 1,252 total)