Viewing 15 posts - 9,616 through 9,630 (of 13,469 total)
ok that helps explain the logic, thanks.
is there a master table that has value like this?:
1 Gary
2 Terry
3 Bob
so we could lookup/compare the proper name that...
April 27, 2010 at 6:34 am
not enough info;
you have a table with salaries, what does it contain? do you mean a base rate of pay? is it an hourly rate, so $10 dollars an...
April 27, 2010 at 5:57 am
terry you'll need to explain the "rules" a bit clearer. I'm not sure why a unique index on the two columns does not do what you want.
i'm just guessing, but...
April 27, 2010 at 5:44 am
I'm venturing a guess that you might not be familiar with creating a join on more than one column...like you said, it's intuitive if you had a unique column.
what might...
April 26, 2010 at 7:37 pm
skb 44459 (4/26/2010)
This will work just fine.But i would like to create the indexes as well.
The views will use the existing indexes that are already on the tables; no...
April 26, 2010 at 2:14 pm
i had a little trouble reading what you wanted, but i think i got it.
1. you want to create a view for every table in the database, but exclude one...
April 26, 2010 at 12:44 pm
but with Service Broker, you are sending emails and such, right? I thought the original poster was saying he wants a form to open up on everyone who is...
April 26, 2010 at 12:16 pm
David with luck this will get you oriented.
you need to open SQL Server Management Studio, and get the object explorer on the left side opened up; once you have that...
April 26, 2010 at 12:14 pm
the error tells what the issue is, but it might be a little new to you for debugging these kinds of issues.
to really help; we'd have to see the code...
April 26, 2010 at 9:32 am
Krisn (4/26/2010)
Hi all,could you please let me know how to move the table to another drive with out taking them to offline in sql 2k?
thanks in advance,
regards,
Kris
Kris if you alter...
April 26, 2010 at 8:16 am
dtipser (4/26/2010)
Yes, I created the index, but after that is asking to create another one. For sure the statement run a litle faster but it still doing some scans in...
April 26, 2010 at 6:55 am
Developer 2005 (4/26/2010)
u are right
but we don't want to send mail to all user.
i want to pass a message in message box and want to display on screen of...
April 26, 2010 at 6:14 am
search your MSSQL.1mMSSQL.2 and MSSQL.3 folders for *.mdf files.
with luck, one of those files should be the name of your old database.
once it, you will copy that MDF file along...
April 24, 2010 at 5:53 am
hansel i'm not sure what you are doing...
sysobjects in SLQ 2000 contains the metadata of all the objects in the database, including the tables; you can join sysobjects to syscolumns...
April 23, 2010 at 4:43 pm
i actually can see how that is a good idea; some views pulling together a lot of stuff shouldn't be ad hoc queried;
I like the idea.
i might actually rename some...
April 23, 2010 at 10:44 am
Viewing 15 posts - 9,616 through 9,630 (of 13,469 total)