Viewing 15 posts - 1,246 through 1,260 (of 6,105 total)
michaela (4/7/2008)
use yourdb
go
select dp.NAME AS principal_name,dp.type_desc AS principal_type_desc,
o.NAME...
April 7, 2008 at 9:28 pm
Yes, for SQL Server 2005 I was thinking of the EXECUTE AS clause as that allows us to get away from assigning rights against the base tables. It means we...
April 7, 2008 at 9:23 pm
Piggy-backing on what was already said...
Create a database role and grant it the rights to execute the stored procedures. Make the user a member of that role. Don't assign rights...
April 7, 2008 at 4:55 pm
Let me preface this by saying I intend no offense.
Tools are great and I'm all for them. However, having the script in your back pocket (or knowing how to build...
April 7, 2008 at 12:43 pm
Try to log on to a system with that username / password combination. Verify the combination you were given is valid.
April 7, 2008 at 11:56 am
Maybe using a tool like SQL Data Compare? It's effectively doing the same thing, but it may help you find/display the problem children a bit easier.
On a related note, anyone...
April 7, 2008 at 11:54 am
A small but important point with respect to SQL Server 2005... If the database is in 90 compatibility mode (SQL Server 2005 mode), technically your objects don't have owners. Your...
April 4, 2008 at 10:33 pm
A KB article I always have handy:
How to transfer the logins and the passwords between instances of SQL Server 2005[/url]
If you run sp_help_revlogin periodically, you can ensure that not only...
April 4, 2008 at 10:30 pm
Each instance of SQL Server (this is important, because it also applies to a non-clustered setup with multiple instances) has its own master database. In the master database, the information...
April 4, 2008 at 10:22 pm
The SQL Server Agent job goes back to before SQL Server 2005 service broker and here's how it works.
There is a job that runs periodically which polls a table. That...
April 4, 2008 at 3:34 pm
If you are using SQL Server 2005's SQL Server Configuration Manager, if you expand the SQL Server 2005 Network Configuration in the left pane, you should see Protocols for ***...
April 4, 2008 at 3:30 pm
EdVassie (4/3/2008)
April 4, 2008 at 6:06 am
James Greaves (4/3/2008)
And we have seen that even these fields with their established standards don't always produce what you'd expect based on the qualification. We make jokes or here stories...
April 4, 2008 at 5:57 am
James Greaves (4/3/2008)
April 3, 2008 at 1:32 pm
First piece of advice: get Microsoft involved. You've got an enormous amount of risk here.
If you're looking at re-using one of the sides, you'll first want to run the setup...
April 2, 2008 at 11:37 am
Viewing 15 posts - 1,246 through 1,260 (of 6,105 total)