Viewing 15 posts - 8,101 through 8,115 (of 18,926 total)
I can't say I would recomment it but I've already had sql 7, 2005 and 2008 on the same machine :-D.
April 15, 2010 at 5:51 pm
When aside from a code 18 :
- The trigger can be disabled
- The trigger may be set on the wrong table (dbo.table1 & user2.table1)
- I think I remember...
April 15, 2010 at 5:34 pm
Hope it's not a stupid question but have you tried with 2 different files or did you change your code for the post?
Other than that I just don't know what...
April 15, 2010 at 3:17 pm
Here's 1 exemple. I needed to keep the date updated / added and by whom on that table. On top of that I needed a deleted flag and...
April 15, 2010 at 9:54 am
Yes... it cannot really be otherwise.
You can obvioulsy add more fields when you need to, but the 2 most important fields are the 2 pks.
April 15, 2010 at 8:04 am
Have you tried with a single variable? I think I remember reading about that requirement on the post I sent you.
SET @Path = 'c:\whatever.txt;d:\report.html;\\Shared\this.zip'
April 14, 2010 at 5:10 pm
This thread might help you out :
April 14, 2010 at 2:14 pm
Thanks a million to all who've helped on this problem.
I've had a very happy conclusion yesterday. After being told but the erp cie that it was impossible to add...
April 14, 2010 at 8:46 am
Here's the article I used to get started... I used the other one when I got stuck. I'm using vs2008 on sql 2008 64 bit and c# 3.5 so...
April 13, 2010 at 8:58 am
This might help you get started.
April 13, 2010 at 3:19 am
TAMMYAUDETTE (4/12/2010)
But integrating the two? The two what? Sorry, I'm a little lost.
Given that this isnt a transactional or...
April 13, 2010 at 3:16 am
Steve Jones - Editor (4/12/2010)
You can build an app for this, but I don't think Reporting Services will work with a table of users.
Well yes and no.
You lose windows authentication...
April 12, 2010 at 5:59 pm
DBCC TimeWarp would be so usefull for this one :-D.
April 11, 2010 at 6:34 am
Paul White NZ (4/10/2010)
USE tempdb;
GO
IF ...
April 10, 2010 at 1:00 pm
I don't see why you would put that last one ine there (ID (FK Uniqueidentifier, but just a normal field)).
The 2 tables linked together need an id. Then the...
April 10, 2010 at 6:25 am
Viewing 15 posts - 8,101 through 8,115 (of 18,926 total)