Viewing 15 posts - 781 through 795 (of 2,636 total)
I see what you mean. It seems to do that if you're importing to an existing table whether or not it has the same structure as the source table....
September 19, 2008 at 11:49 am
This is one of my gripes about SSMS. Object were are lot easier to see in Enterprise Manager. About the only way to make granting permissions quicker is...
September 19, 2008 at 10:31 am
Is the check box for dropping and recreating the table greyed out when you edit mappings or do you get an error when you execute?
September 19, 2008 at 10:20 am
I agree with John and Chris about not changing the database to simple recovery mode. You say that the database is very heavily used. I'd recommend doing log...
September 19, 2008 at 10:15 am
Nvarchar, nchar, and ntext are unicode datatypes that are designed to cover all the characters of all languages, so they should be used in databases that are used internationally, particularly...
September 19, 2008 at 10:06 am
This doesn't appear to be a SQL 2008 question, but since nobody has responded...
The only way to search for a string in a job is to script it out and...
September 18, 2008 at 4:38 pm
I think she must be a member of one of the Windows groups. If she can see the contents of a database, it's because that group is a member...
September 18, 2008 at 9:27 am
Brandie,
Ed is right about adding role members. A role or user inherits the permissions of the role that it's a member of.
When you double-click on a database...
September 18, 2008 at 9:09 am
If you have an SA account, then mixed mode was selected during installation. Which mode you choose depends on your environment and your security requirements. Mircosoft recommends using...
September 17, 2008 at 5:19 pm
Yes. If someone hasn't been granted permission to connect to SQL Server i.e. they're login hasn't been added to the SQL Server, they can't see anything. You wouldn't...
September 17, 2008 at 5:04 pm
Can you be more specific about what doesn't look right?
September 17, 2008 at 2:51 pm
I don't get it. I tried both methods and both allowed the user to see SQL Server Agent. Oh well, as long as it works, eh?
BTW, I think...
September 17, 2008 at 1:02 pm
This script might help you: http://www.sqlservercentral.com/scripts/Backup+%2f+Restore/31995/
September 17, 2008 at 10:35 am
Well, that's strange. So, you first tried creating your own database role in msdb? Would you list the permissions or role membership you assigned to it, so I'm...
September 17, 2008 at 9:44 am
I think it would be possible with a log reader tool. We use Lumigent Log Explorer and it can read a backup of a transaction log without having to...
September 16, 2008 at 5:22 pm
Viewing 15 posts - 781 through 795 (of 2,636 total)