Viewing 15 posts - 166 through 180 (of 327 total)
I started playing with the fuzzy grouping. I like it. I put the output in a spread sheet and let the users go...
September 21, 2007 at 10:18 am
Well, there isn't any fissionable material but a large cloud of Chlorine gas would produce similar results with the added benefit of not destroying buildings, infrastrucure etc
September 21, 2007 at 7:52 am
Thanks again - I am just starting to read up on the script comp. I originally thought of error output because it was simple. I need to identify the duplicates...
September 21, 2007 at 7:32 am
The error columns are not being populated. I have tried creating new packages on different servers but get the same result.
The main issue I see with pushing the rows...
September 21, 2007 at 5:57 am
I know very well how frustrating is. I spent a few days trying to fix what I was believed was wrong. I thought the time would be well spent since...
August 21, 2007 at 2:08 pm
Unfortunately, welcome to the club. I found in a blog by a Microsoftie that said MS won't be doing anything with the this in the 2005 edition but will "probably" addresss...
August 21, 2007 at 7:31 am
I know a lot of people with "micro" businesses (1 to 5 employees, typically family) that use Access exclusively. They don't need anything more and it's a complete environment. My...
August 15, 2007 at 7:10 am
Tables in msdb:
restorefile
restorefilegroup
restorehistory (backup_set_id is in this one)
August 1, 2007 at 6:54 am
From the ".cab" externsion, this is probably a cabinet file. WinZip should be able to extract the file(s) in the cabinet. I think you'll find a database backup in there...
July 12, 2007 at 7:42 am
The users need to be a memeber of the DatabaseMailUserRole database role in msdb.
IN BOL:
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/14cbf88f-d9d1-41a5-994e-532e2973ac9e.htm
To send Database Mail, you must be a member of the DatabaseMailUserRole database role in the msdb...
June 22, 2007 at 7:34 am
You'll need to turn on a couple of trace flags - DBCC TRACEON(3605, 1204)
These will send the deadlock information to the SQL Server Error Log and will tell you the...
June 19, 2007 at 7:05 am
You can use the Scripting Object in DMO (2000, 7.0) or SMO (2005). DMO can be use in a VB Script but SMO needs VB.Net.
Create your script/program and schedule it...
June 4, 2007 at 6:35 am
I believe it is only in the Script Wizard options when you click at the database level. Right click a database, Tasks, Generate Scripts... This starts the wizard.
June 1, 2007 at 7:08 am
I found this article when I trying to resolve a deadlock issue:
http://www.code-magazine.com/Article.aspx?quickid=0309101
June 1, 2007 at 6:49 am
I have a similiar problem. I am trying to use the Transfer SQL Server Objects to copy all tables and data from a source server to a target server. It fails...
May 10, 2007 at 6:45 am
Viewing 15 posts - 166 through 180 (of 327 total)