Viewing 15 posts - 211 through 225 (of 271 total)
Wouldn't option two limit my WHERE clause runtime, as the view CHECK OPTION would limit how many records are scanned.
Main Table - Data for 2 years, 2004 and 2005
View ONE...
March 1, 2006 at 6:33 pm
All the tables except TRANS_ITEM have a unique ID, however the TRANS_ITEM table have many TransID to ProductID, thus TransID is not unique in the table. And thats my point.
So...
February 24, 2006 at 10:55 am
How does one post examples of a database relationship diagram ??
November 16, 2005 at 11:12 am
You must use ADO to capture the error when running the stored procedure from the client. Google ADO error capture stored procedure. The difference btw ADO and DAO errors, is...
November 13, 2005 at 11:17 am
I found this use of a WHILE clause, what do you think ?( By: ikramkahn )
DECALRE @somevar varchar(30) --optional filter paramter
DECALRE @maxrow int
DECALRE @ii int
DECALRE @param1 int
DECALRE...
November 4, 2005 at 2:20 pm
Thx for Help EXCELLENT forum
Big Cheers
September 22, 2005 at 4:49 pm
I do have dynamic SQL used, that explains a few things...
Cant find anything on this in BOL, can you ??
July 22, 2005 at 4:14 pm
Thanks for help, worked great !
July 15, 2005 at 2:19 pm
I found this script named : ..."To compare object permissions with 2 databases"...it does what I ask except...it does not seam to list my USER tables. views and procs, only...
July 14, 2005 at 1:23 pm
Thats where I learnt it, I was just after a second opinion, to see if I have done good !
July 7, 2005 at 3:21 pm
Nope I got it wrong above.. do this
1) Use NT Windows trusted security for entry into the server
2) Make sure PUBLIC 'database role' permissions are turned off (see...
May 27, 2005 at 3:22 pm
...'I assume that you are talking about putting the code into a sp). '..
YES, and thanks for help
May 18, 2005 at 6:50 pm
I dont have MS Visual Studio .NET
I am using MS Access as a Client.
Any other ideas
May 17, 2005 at 2:02 pm
Viewing 15 posts - 211 through 225 (of 271 total)