Viewing 15 posts - 1,156 through 1,170 (of 2,636 total)
Like I said, you can do this by creating an SSIS package. Since you're going to do this often, you could save the package and run it when you...
March 13, 2008 at 11:16 am
Are you looking for a tool other than DTS? I assume you know that DTS is capable of doing all you've described.
March 13, 2008 at 9:31 am
The Import/Export wizard in SQL 2005 does not include the Transfer SQL Server Objects task like the SQL 2000 version did. The task is only available when you create...
March 13, 2008 at 9:26 am
If these are legacy DTS package, not SSIS packages, you can save them as VB files and search them with a text editor. There are scripts in the Script...
March 13, 2008 at 9:16 am
NDAs are also common for employees of government entitities. I work for a tax administration agency and we have to sign a nondisclosure agreement with annual refresher training on...
March 12, 2008 at 8:41 am
In SSMS, create a new job with a new job step. Set Type as "Transact-SQL script (T-SQL)" and type your T-SQL directly in the Command box. Alternately, you...
March 11, 2008 at 9:33 am
The run_date and run_time columns in sysjobhistory show when the job started. Look at sysjobschedules and sysschedules for schedule data. You might also want to look at sysjobactivity.
March 11, 2008 at 9:12 am
I'm not sure exactly what you're asking. By 'job time' do you mean the time a job started executing? By 'frequency type' do you mean the job...
March 10, 2008 at 2:53 pm
Since that article was written in 2004, it has been changed to Integration Services Project.
March 7, 2008 at 9:55 am
Lynn Pettis (3/7/2008)
No offense taken, just restating why everyone who did answer should not be penalized for answering the QotD.😎
Steve Jones has said that nobody loses points for choosing a...
March 7, 2008 at 9:12 am
Duplicate post. See reply here: http://www.sqlservercentral.com/Forums/Topic464418-169-1.aspx
March 5, 2008 at 10:30 am
It's a repository for SQL Server configuration values. Look at sp_configure to see what it updates in spt_values.
March 5, 2008 at 10:09 am
I just realized you're asking about using SSIS. What you're asking about is not backup and restore per se, but exporting a table and importing it if needed. ...
March 5, 2008 at 9:44 am
The only way to backup single tables using native SQL Server backup is to put each table in it's own filegroup and do a filegroup backup and restore. Some...
March 5, 2008 at 9:41 am
Those two messages are generated every time you run Upgrade Advisor, regardless of whether you have packages stored in MetaData Services or have DTS Designer components installed.
If you don't store...
March 5, 2008 at 9:27 am
Viewing 15 posts - 1,156 through 1,170 (of 2,636 total)