Viewing 15 posts - 8,101 through 8,115 (of 18,923 total)
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
Paul White NZ (4/9/2010)
Ninja's_RGR'us (4/9/2010)
Any luck on the clr routine?
Been busy on another thread - writing a SQLCLR routine to return the phase of the moon for a given date...
April 10, 2010 at 6:19 am
Ultimately, query optimisation is an art more than anything else...
April 9, 2010 at 4:08 pm
We can't answer that without seeing the query, table defs and .sqlplan.
Please send those over and we'll be able to point you in the right direction.
One point to have in...
April 9, 2010 at 1:52 pm
Viewing 15 posts - 8,101 through 8,115 (of 18,923 total)