Viewing 9 posts - 1 through 9 (of 9 total)
We do have a CMS server today. There are two primary challenges with a CMS server. The first challenge is a CMS server only works with Windows authentication....
January 16, 2013 at 5:21 am
I just tested creating a SYNONYM and it worked exactly as I needed. Thank you very much for your help!
September 10, 2010 at 10:44 am
Creating an alias sounds like a brilliant idea. However, I am not familiar with creating a table based alias. Can you include some instructions to point me in...
September 10, 2010 at 10:20 am
Thank you both for your responses. That helps clear things up immensely.
August 5, 2009 at 12:29 pm
Chuck, as you suggested, I tried the following.
SET @PersonID = SCOPE_IDENTITY()
instead of
SET @PersonID = (SELECT SCOPE_IDENTITY() PersonID)
Unfortunately, both styles produced the same results.
Steve, it appears that we are able...
July 28, 2009 at 10:49 am
Although we have several tables that have sufficiently unique data, the People table is a perfect example of a table where that is not the case. Thank you for...
July 23, 2009 at 2:04 pm
We have tried the following two approaches without any success. Each of the following approaches works when run via Query Analyzer, but not when executed via an ODBC call....
July 22, 2009 at 8:10 am
Chuck, unfortunately a stored procedure yields the same results. The insert in the stored procedure passes directly to the SQL server whereas the following SELECT statement in the stored...
July 21, 2009 at 6:09 am
For reference, we are not able to use either @@IDENTITY or IDENT_CURRENT('TableName') for the following reasons.
@@IDENTITY - We have triggers on all of our tables to log all inserts, updates,...
July 21, 2009 at 6:01 am
Viewing 9 posts - 1 through 9 (of 9 total)