Viewing 15 posts - 1 through 15 (of 67 total)
Yes Surrogate primary key, All I had in my head was proxy primary key
thats exactley what I meant
March 7, 2005 at 8:03 pm
Hi,
First, I am color blind so the whole thing is lost on me. lol
Second, you will have circular references -- (i.e. red matches Orange and Orange Matches Red)
Third, Your data...
November 16, 2004 at 12:19 pm
Hi,
Are you Saying:
t1_ID | ColumnName |
---|---|
1 | Field1 |
2 | Field2 |
3 | Field3 |
and
f1_ID | Field1 | Field2 | Field3 |
---|---|---|---|
1 | a | b | c |
2 | d | e | f |
3 | x | y | z |
If That is the case....What do you want to do with them?
November 11, 2004 at 1:17 pm
It seems you are troubled by your own success.
If you want an easy solution, make multiple databases. This is however Kludge in that you are not able to share any of...
November 8, 2004 at 8:36 am
Hey,
It is an extra IP at work. it is only a half of a t1. I would think it is ok to list unless you have a million readers that hit me...
November 8, 2004 at 7:03 am
I really like "SQL for Smarties" by Celko.
He posts here and is very active in google groups as well.
tal
November 5, 2004 at 12:49 pm
Hi, I had to make a bunch of fake data as well. I took the most popular firstnames and lastnames from the census folks and just crossed them then I created bogus SSN...
November 5, 2004 at 12:46 pm
Hi, We had to deal with the same thing,
We used the "with encryption" clause on all of the stored procedures ect.
a few warnings:
Once you encrypt the stored procedure you cannot...
November 5, 2004 at 12:32 pm
good to hear, at least I am not craazy or an old grump. well in this instance at least
October 15, 2004 at 7:28 am
OK,
there is something your not saying in all of this or it would work.
this works if your login has permission to use both northwind AND Pubs
use northwind
select * from pubs.dbo.authors
this...
October 14, 2004 at 2:47 pm
Well,
In My Opinion you are opening a big kettle of fish by passing the queries to the sql server. Among them:
1. Your SQL server is vulnerable to ad hoc queries...
October 14, 2004 at 2:32 pm
I agree....way too broad to answer....
Somewhat like saying tell me about Religion....
October 14, 2004 at 1:46 pm
Just meant as a friendly reminder. I am not a newsgroup Nazi, if i was I would not have answered it.
October 14, 2004 at 1:43 pm
First, I do not know why you are posting in the administration forum.
second,
if you want a variable amount of records to be displayed. Like a web search "show 25" or "show...
October 13, 2004 at 3:27 pm
Viewing 15 posts - 1 through 15 (of 67 total)