Viewing 15 posts - 436 through 450 (of 619 total)
why? has the database come from another server and already has users (orphaned)?
May 20, 2009 at 7:49 am
shanila_minnu (5/20/2009)
i want to know the difference between login and users...
if a request came, "provide access to the database ABC of the server XYZ" what should i do...will i have...
May 20, 2009 at 7:00 am
Are you connecting from an application or via SSMS.
Is your system ste to mixed mode? If so its not advisable to be using SA anyway. Better to register your windows...
May 20, 2009 at 6:39 am
DUPLICATE POST. Please ignore. content removed.
April 29, 2009 at 7:15 am
You mean you cant remember all 11,098 responses off-hand? Tut-tut I'm disappointed?;-)
April 29, 2009 at 7:15 am
GilaMonster (4/28/2009)
April 29, 2009 at 3:24 am
Gail, Steve,
Thanks for the speedy response. Sorry I took a while to respond, had what the wife calls a 'man-cold', though i'm sure its 'bird flu'.
Anyhoo, thanks for the response,...
April 28, 2009 at 6:14 am
Sorted! Thanks anyway. 🙂
select domain_name,table_catalog,table_name,column_name
from {database}.information_schema.columns
where left(domain_name,3)='udt'
or left(domain_name,4)='zstd'
March 27, 2009 at 5:45 am
Is this the line you mean?
17:00:49 Process Exit Code: (-2147312566) Error loading type library/DLL
What is this in context with. It looks like an error with the native client. What...
March 25, 2009 at 8:58 am
Is this the line you mean?
17:00:49 Process Exit Code: (-2147312566) Error loading type library/DLL
What is this in context with. It looks like an error with the native client. What...
March 25, 2009 at 8:55 am
It is not clear what you are asking here. I assume you did not mean to create the survey style (radio) buttons. If you are trying to put in a...
March 24, 2009 at 9:48 am
AshaRRichardson2nd (3/24/2009)
March 24, 2009 at 9:41 am
Agree with 'SQL Noob'.
We tend to failover to passive node (out of hours), switch off the now passive node and then run the patch on the active.
The idea here being...
March 24, 2009 at 9:35 am
Cool 🙂
Make sure to say changes as this triggers the ssis package to recompile. 😀
March 19, 2009 at 3:45 am
Hey there,
Based on what you have said i would imagine that there is a database that has been removed and the job hasnt been recompiled. Do you run for all...
March 18, 2009 at 11:13 am
Viewing 15 posts - 436 through 450 (of 619 total)