Viewing 15 posts - 46 through 60 (of 112 total)
Does the account that runs SQLServer have access to the E partition?
August 15, 2006 at 9:01 am
Have you considered saving the Word docs as RTF text? Word can save documemtns as "RTF text" and open RTF documents. However, keep in mind that some of the formatting...
August 14, 2006 at 7:41 am
I am not sure if this is what you were asking by "what role does a backup device play?" but here goes ...
Backing up to a "backup device" registered...
August 14, 2006 at 7:28 am
Have your superiors ever heard of the phrase "don't put all your eggs in one basket"?
Norene
July 20, 2006 at 5:33 am
Although I haven't used it yet, SQL 2005 is intergrated with VSS (Visual Source Safe) so that you can do "versioning control" of your SQL sprocs.
Not sure if that helps...
July 14, 2006 at 7:08 am
As Dinesh mentioned, you can use "linked servers". To setup a linked server through EM, do the following
1) In EM, open up the "Security" folder on the database server you want to...
July 14, 2006 at 7:05 am
To find out the name of the account running SQL Server Agent, you can do one of the following:
1) Log into the physical database server
2) Under Administrative tools, choose "Services"
3)...
July 11, 2006 at 7:53 am
Humphrey:
Can you provide more information? Are you running the standard version of SQL 2000 or MSDE? Did you install the SQL client tools (which includes Enterprise Manager )?
July 11, 2006 at 7:44 am
The best way to manage this is through roles. Determine all of the different types of access needed. Then, create a role for each type of access. Once you have...
July 7, 2006 at 7:33 am
Tlog backups backup all of completed transactions that were made in the database since the last backup. When you restore a tlog backup, you are performing the transactions again on...
June 28, 2006 at 9:26 am
Since you are using the "DISK" parameter in the backup code you should not need to create a "backup device" (FYI - created through SQL EM -> DATABASENAME -> Management ->...
June 2, 2006 at 6:04 am
Copy the install directory for MSDE to the local hard drive. Edit the setup.ini file in this directory to include (under "[Options"]):
SAPWD = {type 'sa' password here}
Save the setup.ini file...
May 23, 2006 at 6:52 am
With all of the added SECURITY features in SQL 2005 and the fact that you running on the Internet, I think SQL 2005 is your best bet.
May 23, 2006 at 6:45 am
But what Windows user are you logged in as when you run the program? It sounds like there are issues with reading the registry and I am wondering if the...
May 12, 2006 at 6:13 am
Here are two that I found useful:
SQL Server 2005 Best Practices (written by Nanda Kishore of sqlservercentral.com):
http://www.sqlservercentral.com/columnists/nKishore/sqlserver2005bestpractices.asp
Microsoft Technet's SQL Server 2005 Upgrade Handbook:
http://www.microsoft.com/technet/prodtechnol/sql/2005/sqlupgrd.mspx
Happy Reading!
May 12, 2006 at 6:09 am
Viewing 15 posts - 46 through 60 (of 112 total)