Viewing 15 posts - 16 through 30 (of 45 total)
All excellent suggestions and i will take all advice for the separate User and Subscriptions tables.
To keep the post short i did not mention all other fields i use...
September 22, 2009 at 7:57 pm
I agree with your separation of tables for Users and Subscriptions.
At least this way it will allow multiple yearly subscriptions based on expiry dates and paid amounts.
Do you...
September 22, 2009 at 6:52 pm
We do have named instances but set up using TCP/IP standard ports, etc.. for web development work from our local machines, so hopefully connecting should be easy enough. We have...
August 27, 2009 at 6:29 pm
Perfect Andy! Well done.
I posted on your first video asking for a new video explaining how to delete and update using FK's and this has delivered!
I'll be jumping...
July 23, 2009 at 7:45 pm
Nice Video and a good intro to foreign keys.
My interest in FK's are more specifically related to the deletion of data between joined tables.
Eg.
Table 1 - Orders
Table...
July 21, 2009 at 5:59 pm
What about an XML resultset type?
I have a rather complex SQL statement which uses FOR XML PATH to produce an RSS XML Output. I am then trying to pass...
June 25, 2009 at 3:44 am
Thanks again to both of you for your expert comments. That's why i love this forum! So i can get inside the brains of the people that know.
As for...
June 22, 2009 at 5:37 pm
Thanks for those comments.
The script you attached below is virtually the same one i've created in SSIS and what i planned to use for CLR.
I have just finished...
June 21, 2009 at 8:17 pm
Thanks for the excellent responses. I agree the deletion of data is not the best solution. Status updates are always the better way to go.
I will look at the...
June 2, 2009 at 4:53 pm
Thanks for both posts.
So if i understand this correctly:
1) I can still keep the foreign key relationship on my orderdetails table?
2) If deleting an order, i would have to first...
June 1, 2009 at 4:42 pm
I'd prefer to install IIS 6 to match another production server currently running so i assume i can download that and install onto Vista Business.
Thanks again.
May 5, 2009 at 7:09 pm
Thanks to both of you. That is exactly the simple answer i was looking for.
I assume IIS 7.0 is the way to go as i will be using this...
May 5, 2009 at 5:46 pm
I agree the order of package installation does matter a lot as well as versioninig.
Hence why i want to go back to the beginning and not clash with any...
April 13, 2009 at 10:58 pm
I've now done several uninstall/reinstalls and still the same problem exists. I've read a number of posts and a lot of them say the Visual Studio 2008 components cause issues...
April 13, 2009 at 4:53 pm
You might want to look into Conditional Splitting.
Set your Excel file as a data source and pass each row through the conditional split. You can send each row of...
March 31, 2009 at 3:46 pm
Viewing 15 posts - 16 through 30 (of 45 total)