Viewing 15 posts - 8,971 through 8,985 (of 9,641 total)
All users are placed into the public role and public has select rights on all the system views. You would need to explicitly DENY select to the user/role they...
March 21, 2008 at 10:04 am
Lynn is right, if you post some more details you will get a better response.
In an "and" situation I would use where materialID in (1,2,3) wher I dynamically build the...
March 21, 2008 at 9:59 am
Well, there is ";" which is an end of statement character "--" which is a comment.
As a dba I do not like application built dynamic sql because it is harder...
March 21, 2008 at 9:49 am
Internally sql server stores dates as integers so the date you are using is probably outside the range that sql server recognizes as a date, so by casting to character...
March 21, 2008 at 9:45 am
Adam Bean (3/21/2008)
Anyways, both in x86 and x64, I changed the...
March 21, 2008 at 9:36 am
Wow, this is the first time I have heard that the case of object names would make a difference in the re-use of query plans. I would have thought...
March 21, 2008 at 9:33 am
Todd Engen (3/19/2008)
Both sp_send_dbmail and the SQL Agent didn't appear to use of the "Reply e-mail" even though it was configured.
From looking at a...
March 21, 2008 at 9:22 am
How much memory do you have? Is the package solution stored in a network location or on the PC itself? At my location our My Documents location is...
March 21, 2008 at 9:20 am
I worked at a paper mill and we used shared accounts for the production floor personnel. They were using thin-clients and citrix published apps with restricted permissions. For...
March 21, 2008 at 9:10 am
A quick update. I switched to using gmail as the smtp server and still no joy on the Reply To setting.
Lynn,
What mail server are using for...
March 21, 2008 at 8:59 am
Joe Clifford (3/20/2008)
March 21, 2008 at 8:28 am
Now that I see the answer I can remember a time with 2000 that I had a similar problem. I think it was due to a an MDAC update.
March 19, 2008 at 10:05 pm
Thanks for the confirmation Todd. I did a quick google and did not find anything so I made this quick post hoping someone would have a little more information....
March 19, 2008 at 10:00 pm
I have not lloked at this, but could you use replication and only replicate the schema? Or through using DDL triggers you could generate scripts on the remote database...
March 19, 2008 at 8:03 am
You would probably have gotten quicker responses had you posted it in a Development forum and not Administering as this question really has nothing to do with SQL Server, but...
March 19, 2008 at 7:53 am
Viewing 15 posts - 8,971 through 8,985 (of 9,641 total)