Viewing 15 posts - 406 through 420 (of 535 total)
Yes, I have been using sp_helpdb databasename. this gives me DB name, logical DB name, physical file locations, size, owner.....
From there I am able to cut and...
November 29, 2007 at 4:33 am
Thanks but I got some crazy HTML output that really isn't very usefull to me..
November 28, 2007 at 7:47 am
I just wanted to know if the character '/' was allowed in the varchar datatype. I had an import blow up this morning and the constraint that it...
October 15, 2007 at 10:02 am
How are you doing your Backups? are you backing up to a 2nd Server or Backing up locally and then copying the Backup Files?
To backup\restore across the Network, I...
August 27, 2007 at 6:22 am
Thank you so much!!! I logged onto my server with the Domain account that starts the services and created my outlok profile that way. and it WORKS!!!!
July 24, 2007 at 7:37 am
I restared both services and the option to set a mil profile in the general properties of the agent are still greyed out?
July 24, 2007 at 6:01 am
Just an FYI .. I found what I was looking for here:
http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm
Thanks!!!!
June 12, 2007 at 8:55 am
One more time.. : )
Here's what I changed my query to: (looking for text 'RECOVERY')
drop table #tmp
go
create table #tmp (table_name varchar(50), column_name varchar(50), num_records int)
declare @table_name varchar(50), @column_name varchar(50), @sql...
June 12, 2007 at 7:26 am
Thank you. Changed the query to dbo.sysobjects and dbo.syscolumns and I'm not getting this:
Invalid column name 'object_id'
June 12, 2007 at 7:01 am
Thanks very much. You guys are awesme. The code from that previous post looks like what I'm looking for - but I get this error when I execute it:
Server: Msg...
June 12, 2007 at 6:13 am
WHen I run any maintenance JOBS, it is writing to a file called SQLAGENT.OUT
Still, the sp_cycle_errolog appears to run, but does nothing - does not checkpoint the log. still not...
May 22, 2007 at 12:10 pm
They are also NOT apprearing in EM.
Here are my startup parameters:
-dF:\DR_datafiles\master\masater.mdf
-lE:\DR_logfiles\master\mastlog.ldf
-ef:\dr_datafiles\log\errorlog
I logged onto the database server with the domain account that starts the services and I CAN write...
May 22, 2007 at 9:25 am
Yes, In the same destination folder where I should see current and past errlog files, I have 3 Agnet Log files called sqlagent.1 sqlagent.2 and sqlagent.out
May 22, 2007 at 6:41 am
Viewing 15 posts - 406 through 420 (of 535 total)