Viewing 15 posts - 121 through 135 (of 226 total)
Thanks, that got me started. Now I can just use the same on SQLServerAgent and I'm good to go.
December 22, 2008 at 10:22 am
I know this is a really old post, but thougth I'd point out a couple lines in the script:
-- Decrypt passwords
-- Only works for 7.0 server
-- Encrypt algorithm changed in...
December 22, 2008 at 8:18 am
Super series of articles. This has helped me streamline monitoring and also learn SSIS more effectively.
Many thanks for taking the time to contribute.
I've found a few things that might be...
December 19, 2008 at 9:14 am
My understanding is that there are two ways to look at schema.
1. the way you initially said it.
2. the way I posted just above with the command giving authorization to...
December 12, 2008 at 7:52 am
But does the SQLServer:Databases Performance Object..Transactions/Sec Counter tell you whether it's a read or a write or just a transaction?
December 12, 2008 at 7:49 am
Yea, I just used the Self-passed training kit.
December 12, 2008 at 6:56 am
Personally, I've used SQL Profiler and output the results to a table.
At that point, I can dig into the results and massage them to find out that kind of info.
December 11, 2008 at 10:17 pm
If you have SQL 2005 installed with the SQL Server Management Studio then just try to make a connection to the SQL 2000 instance that has the database(s) in question....
December 11, 2008 at 10:03 pm
have you tried to do it through TSQL using WITH REPLACE?
You might also want to look at RESTORE VERIFYONLY AND RESTORE FILELISTONLY.
December 11, 2008 at 9:35 pm
Then you just open up SSMS.
Create a connection to the 2000 database server.
Right click on the database, and select tasks, generate scripts.
Select the items you need, and it will create...
December 11, 2008 at 9:25 pm
I think you have to be careful with how you are using the term schema.
Have a read here.
December 11, 2008 at 9:01 pm
I'd start with these resources:
http://weblogs.sqlteam.com/tarad/archive/2008/05/20/60604.aspx (will actually create the temp files for you)
http://weblogs.sqlteam.com/tarad/archive/2008/08/05/How-to-get-physical-CPU-count-on-a-server.aspx
December 9, 2008 at 1:16 pm
I don't understand that last part.
I have been able to create a OLE DB Source out of the first statement without the into.
It's the Update that I'm having the issue...
December 4, 2008 at 8:13 am
Well, I was hoping to find a way to get away from the temp tables if possible. It seems that they aren't the best way within SSIS.
December 4, 2008 at 7:40 am
I wish more people were looking for that kind of talent. Most interviews I've ever been on were not like that.
I can find out how to do just about anything,...
November 24, 2008 at 12:51 pm
Viewing 15 posts - 121 through 135 (of 226 total)