Viewing 15 posts - 151 through 165 (of 172 total)
Thanks guys,
Yeah, I know it's not good practice to have servers doing multiple roles (ie Active Directory and SQL DB on same server) or (IIS and SQL DB on same...
February 18, 2008 at 11:57 am
I think this has potential to work, but right now its not. The rowcount is not coming from the dynamic sql statement. It looks like its coming from...
February 15, 2008 at 1:46 pm
I like how that @@rowcount looks. Ill try that.
Thanks,
Strick
February 15, 2008 at 1:01 pm
The print SQL returns
IF NOT EXISTS (SELECT PhotoID FROM Production.Product WHERE PhotoID = 3313553)
BEGIN
...
February 15, 2008 at 12:43 pm
Hi David looks like there is an end quote. Its right afer End
End'
Strick
February 15, 2008 at 12:32 pm
Thanks guys,
Look like what Adam has works good. Now, for my "stuff" in the if statement how would I set a variable bit value equal to 1? I'm...
February 14, 2008 at 7:23 pm
Sweet thanks guys,
Its always something small..lol
Strick
February 12, 2008 at 12:05 pm
I totally aggree. This is why I wouldn't recommend it. Unfortunately he said that he can't add a ID key field with an identity property on it. ...
February 4, 2008 at 1:29 pm
Hi,
I see,
Do you have the ability to change the default propert in your time field? You can set the default propert to (getdate()) which will timestamp this field as...
February 1, 2008 at 12:27 pm
Hi, Thanks,
Reason I can't write the queries I need is because the fieldname changes based on the variable making it a little more dynamic. What I have works great...
February 1, 2008 at 12:10 pm
If I'm understanding you correctly, the best way would by to add an ID field and enable the identity property on it. This will automatically increment a unique number...
February 1, 2008 at 11:45 am
I agree with the posts that say you should use a programming language to do this. But if you don't have programming software and have to use SQL...
February 1, 2008 at 11:39 am
Matt,
We are definately seeing eye to eye on this one.
It's funny that you knew exactly where I was going with this once I explained it. We actually had a...
January 31, 2008 at 3:26 pm
Thanks guys,
I was actually looking into the method you suggested Matt.
Also to answer your question, Matt, I'm implementing a trigger which will track all updates from tableA. ...
January 31, 2008 at 2:10 pm
Viewing 15 posts - 151 through 165 (of 172 total)