Viewing 15 posts - 1,726 through 1,740 (of 2,636 total)
Do the packages run if you execute them manually in the new instance? Is the account that SQL Server Agent runs under the same as on the old instance? Do...
January 4, 2007 at 12:29 pm
I believe those are entries for tables that contain text or image data.
Greg
January 4, 2007 at 12:19 pm
This is why I always use server names when using the wizard, never (local).
Greg
January 3, 2007 at 3:04 pm
When I need to make a lot of changes to a job, I script it into an edit file, make the changes then recreate the job. To script the job,...
January 3, 2007 at 2:57 pm
If you open some of the stored procedures you'll notice they mention Visual SourceSafe. I think they're created when Visual Studio is used to create database objects. You can remove...
January 2, 2007 at 4:07 pm
If you're trying to work on an object that you do not own, you must qualify the object name with the owner. It doesn't matter how many objects with that...
December 28, 2006 at 9:31 am
I can't explain it better than Ewan did. You just have to remember that the group is a Windows entity, not a SQL Server entity. You'd have to know your...
December 28, 2006 at 9:24 am
1. Are you making this change in Enterprise Manager? If so, it takes a long time because EM will create a new table with the new column datatype, insert the...
December 28, 2006 at 9:13 am
You've almost got it, Lee. A member of a group with access to the server and database WILL be able to connect without having an individual login in SQL Server. ...
December 27, 2006 at 12:24 pm
If you're referring to the change in U.S. DST in 2007, SQL Server doesn't appear to need a fix. See this editorial: http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=263&messageid=331667
Windows, however needs a patch: http://support.microsoft.com/kb/914387/en-us
Greg
December 27, 2006 at 10:56 am
Lee,
If you see "via Group Membership" for a user in a database, they are members of a Windows group that has been granted access to the database. Usually, you won't...
December 27, 2006 at 10:47 am
I think you're right, Robert. I don't have an 7.0 instance, so I can't see for sure.
Greg
December 27, 2006 at 10:26 am
Russel,
In your original post, you said the table must be owned by dbo. That would preclude the user from dropping it without being a member of the DDLAdmin or db_Owner...
December 27, 2006 at 10:23 am
My job checker runs every 10 minutes and it's so quick that I haven't noticed any slowdown. Mine actually decides which of 6 different DTS packages should be run by...
December 22, 2006 at 10:06 am
Russel,
I did what you describe in your original post. The user sets a bit in a table, a scheduled job reads the table and enables and starts a job that...
December 21, 2006 at 3:44 pm
Viewing 15 posts - 1,726 through 1,740 (of 2,636 total)