Viewing 15 posts - 2,086 through 2,100 (of 2,647 total)
lacwill25 (12/1/2011)
December 1, 2011 at 2:39 pm
Evil Kraig F (12/1/2011)
p-nut (12/1/2011)
December 1, 2011 at 1:32 pm
I'm not sure what you are doing, your pseudocode is not making sense to me except number 1. Please include DDL of both tables, sample data, and actual...
December 1, 2011 at 1:20 pm
oliver.morris (12/1/2011)
December 1, 2011 at 1:12 pm
Sapen (12/1/2011)
I don't think you should have to restart the service after that. I still think there is a permissions issue. Something in your domain is not interpreting the user...
December 1, 2011 at 12:56 pm
4x4krzy (12/1/2011)
I have tried to run that fix in the dB, but it didn't work.
I also ran this
SELECT a.name AS 'Server Name'
, a.sid AS 'Server ID'
, b.name AS 'Database Name'
,...
December 1, 2011 at 12:41 pm
I don't think you should have to restart the service after that. I still think there is a permissions issue. Something in your domain is not interpreting the...
December 1, 2011 at 11:58 am
I can't think of any other way than a loop or a cursor to search for the existence of each product id and then writing what it finds. So...
December 1, 2011 at 11:56 am
Have you tried simply right clicking on the user on that database and deleting them?
Jared
December 1, 2011 at 11:33 am
oliver.morris (12/1/2011)
note id product code
1 ...
December 1, 2011 at 11:27 am
4x4krzy (12/1/2011)
If I run this in the dB in question the user shows up. I get the 3 result sets.
SELECT * FROM sys.sysusers;
EXEC sp_helpuser;
If I run...
December 1, 2011 at 11:19 am
You ran this on the database in question or on Master?
Jared
December 1, 2011 at 11:12 am
Are you saying you want a table with only 1 row per product code with 2 columns: productcode and list of noteids?
Jared
December 1, 2011 at 11:02 am
4x4krzy (12/1/2011)
December 1, 2011 at 10:55 am
isuckatsql (12/1/2011)
Based on the above assumption, i have some fields in a candidate profile table, job title(dates...
December 1, 2011 at 10:51 am
Viewing 15 posts - 2,086 through 2,100 (of 2,647 total)