Viewing 15 posts - 106 through 120 (of 370 total)
Mohit is correct, in Sql 2000 you can not restore individual tables but can restore to a new database and then copy over the individual table. There are third...
March 25, 2009 at 7:40 am
I am curious as to why you want to stop the scheduled backups.
If just a temporary stoppage, go to Enterprise Mananger - Management - Sql Server Agent - Jobs, find...
March 24, 2009 at 7:41 am
Did you create the DTS yourself or did someone do it for you? DTS is being replaced by SSIS in 2005. If you created it yourself, try re-creating...
March 23, 2009 at 8:42 am
Here it is. Like I said, it is based upon somebody else work that I got from SSC. I'm not sure if it would work properly if someone...
February 13, 2009 at 9:59 am
Another task you could add to your list is investigation of new technologies and upgrades. If you are not using RS or BIDS then this could be part of...
February 13, 2009 at 9:45 am
There are some 3rd party apps for documentation that I have considered checking out myself.
Red Gate's Sql Doc 2.0 ($295)
http://www.red-gate.com/products/SQL_Doc/index.htm
and SchemaToDoc ($125)
Both products allow you to download and try them...
February 13, 2009 at 9:18 am
There are three basic ways that I am aware of to migrate databases from 2000 to 2005:
1) Backup the 2000 database and restore it on the 2005
2) Detach the 2000...
February 11, 2009 at 8:03 am
I would personally create a user defined role that has the exact permissions you want and add the desired logins into that role. That way you can be more...
January 30, 2009 at 7:29 am
Whether you install ArcSDE on the Sql Server machine as a service and use an application server connection or use a direct connection from another machine with ArcGis installled, you...
January 27, 2009 at 2:46 pm
ArcSDE is installed on the same server as the Sql Server. It sounds like you need some ArcSDE training. Check into the class "ArcSDE Administration for Sql Server"....
January 27, 2009 at 7:59 am
I also work for a county government where all the salaries are public. There are no negotiations for salary. There are pay grades and steps within the pay...
January 16, 2009 at 8:53 am
1. In the BOL section "Adding Rows Using Bulk Copy Operations" it states that "Use the BULK INSERT statement in Transact-SQL batches, stored procedures, and triggers to bulk copy data...
January 15, 2009 at 1:34 pm
If all the tasks that need to be done can be set up in Stored Proceedures, I would look at granting a user permission to execute the SPs. That...
January 15, 2009 at 7:36 am
I echo the concern for your database design. Why can't they all be in one table with a field the stores the 1, 2, etc.
Or maybe the field that...
January 12, 2009 at 8:08 am
The long term solution is to use roles.
Instead of assigning permissions to individual users, create a role that has all of the permissions desired and assign the user to that...
January 8, 2009 at 7:25 am
Viewing 15 posts - 106 through 120 (of 370 total)