Viewing 15 posts - 1 through 15 (of 44 total)
works like a charm.....thank you Steve and everyone else.
February 7, 2005 at 10:37 am
Hi Reshu,
Thanks for giving me an example. But using this code, compiles the sproc, but when I try to execute the sproc using the following query:
exec usp_update_emp_data 'emp_details', 'Name=''John'',Age=''34''',...
February 7, 2005 at 10:18 am
Hmm....well in that case will I better off writing the UPDATE query in ASP and execurting it using ADODB connection??
Also if possible can you or anyone give me an example...
February 7, 2005 at 10:09 am
Dave,
To most part we will run SELECT queries on the table. But occassionally we will need to run an insert or update on the table.
Based on the...
October 12, 2004 at 8:16 am
>Can a single Person_ID have multiple Place_IDs?
Unfortunately yes. And the date we got, a single person have same place_IDS (I know bad data entry).
>Can there be multiple instances of a single...
October 7, 2004 at 4:39 pm
Thank you guys, I really appreciate all your comments and suggestions on my post. I was just wondering if there was a quick and dirty way of doing this, but...
September 8, 2004 at 7:30 am
If you can take your server offline for a while, try detach the database and then attach the database to your production server (using SQL serer Enterprise).
Note:
Don't mess with...
May 3, 2004 at 3:14 pm
I am posting not as a reply to the actual question, but to find out how I can do the opposite of it.
ie., if a user generates a report...
February 5, 2004 at 7:10 pm
I guess your are asking if a user have permission to access files stored in MSSQL\Data directory. If so, first I detached the database using Enterprise manager and then I...
January 23, 2004 at 7:59 am
Hi guys,
thank you for your responses. I tried using sp_attach_single_file_db but it doesnot work. When I look into the SQL server logs, it says Device activation Error. Failed to...
January 21, 2004 at 4:02 pm
I just to have my database tables, so that I can query them using my front end application (ASP). I dont need enterprise manager/query analyzer.
December 23, 2003 at 1:05 pm
Thanks alot for all the input you guys have provided. This will certainly give me a direction.
With respect to the speed of the application, I guess right now we are...
December 23, 2003 at 9:33 am
Thank you Steve. Sounds encouraging. Is there any documentation I can read about to get a head start. I tried search on Micro$oft website, but with no luck so far....
December 22, 2003 at 12:39 pm
Thank you Steve, can you point me to some examples on triggers. I am kind of newbie in writing trigger/sp's.
thank you for all your help,
v
December 22, 2003 at 10:18 am
Thank you for replying racosta. I am looking for a way to find out last time a record was updated in a table.
any thoughts,
thank you,
v
December 22, 2003 at 8:52 am
Viewing 15 posts - 1 through 15 (of 44 total)