Viewing 14 posts - 91 through 104 (of 104 total)
very cool thank you to everyone for there help, I am very much a novice at this stuff so will take me a while to figure some of this stuff...
July 7, 2008 at 7:29 am
This is my Table
SELECT [TcaPKey]
,[AgrPKey]
,[AloPKey]
,[TcaCustomerName]
,[TcaContactName]
...
May 28, 2008 at 11:03 am
Whats a good way or format to give you the schema in? Also not sure what you mean by SSMS?
May 28, 2008 at 9:46 am
Everything works great the only issue I seem to have is if I do a manual change to the table, I get an error.
(The Row value(s) updated or deleted either...
May 28, 2008 at 9:11 am
--===== If the test table already exists, drop it
IF OBJECT_ID('TempDB..#mytable','U') IS NOT NULL
DROP TABLE #mytable
--===== Create the...
May 28, 2008 at 7:04 am
Is there a way to do this to a specific record when a portion of that record changes? I keep getting errors when I try the above solutions cause I'm...
May 27, 2008 at 2:27 pm
awesome I will give that a try, that looks close to what i'm looking for..thanks a bunch
May 14, 2008 at 9:40 am
Currently we are using SQL Server Enterprise manager to write most of queries. Thanks for you help!
May 14, 2008 at 9:06 am
thank you will try that, appreciate all your help
April 24, 2008 at 7:41 am
BOL? Sorry pretty new to this stuff.
Thanks for your help
April 24, 2008 at 6:55 am
Viewing 14 posts - 91 through 104 (of 104 total)