Viewing 15 posts - 1,966 through 1,980 (of 2,636 total)
You can add users to the fixed database role called db_datareader. It can be done either in Enterprise Manager or by executing sp_addrolemember in Query Analyzer.
Greg
July 6, 2006 at 9:33 am
That's what it sounds like to me. Make sure that the DTSRUN command in the job step has the correct package name and password (if there is one). I don't...
July 5, 2006 at 10:56 am
Why wouldn't it be considered a commercial post? That's just about all you ever post. If you want to advertise, pay the going rate and leave the forums to people...
July 5, 2006 at 9:42 am
What happens when the job fails? Any errors in Job history? Any errors in package log?
Greg
July 5, 2006 at 9:35 am
Since I work in western Washington, it's hard to pass up the opportunity. Our management isn't big on sending us out of state for training anymore, but it's a pretty...
June 28, 2006 at 5:31 pm
You can use sp_helplogins and sp_helpsrvrolemember or look in the Security folder in Enterprise Manager.
Greg
June 28, 2006 at 10:10 am
Alan,
Sounds like a memory leak. Does this KB article apply?: http://support.microsoft.com/kb/816937/ It says that the problem was fixed in sp4 and there's a hotfix for instances running sp3.
Greg
June 23, 2006 at 9:44 am
TEXT datatype can store more than the allowable row length because the data is stored outside the table. Only a 16 byte pointer to the page where the data can...
June 21, 2006 at 10:56 am
If you're sure you saved the packages to SQL Server, not to files or VB, perhaps the msdb backup you restored was taken at a time when no packages were...
June 21, 2006 at 9:26 am
Meredith,
Run the installation from CD as you normally would and when you get to the screen where you choose a default instance or a named instance, the default instance checkbox...
June 21, 2006 at 9:20 am
Is it a newly created table? Try refreshing in Enterprise Manager. Can you see the table in Query Analyzer's Object Browser?
Greg
June 20, 2006 at 9:19 am
You can restore msdb to your newly installed instance and have the DTS packages back. See "Restoring msdb database" in BOL.
Greg
June 20, 2006 at 9:14 am
The db_ddladmin database role allows a user to create a stored procedure.
Greg
June 15, 2006 at 2:20 pm
Viewing 15 posts - 1,966 through 1,980 (of 2,636 total)