all groups > sql server programming > september 2003 > threads for saturday september 6
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Creating triggers
Posted by Dariusz Hoszowski at 9/6/2003 6:33:39 PM
Hi,
I wonder how to create trigger (if it is possible) from stored
procedure - my trigger is too long to pass it from my program and i have to
create a trigger for user tables when they are creating them... Any
suggestions ??
Thanks
Dariusz Hoszowski
... more >>
how to get the list of databases a specific user has access to ?
Posted by mariahzhu at 9/6/2003 4:08:21 PM
I need to figure out in my C# code the list of databases a
specific SQL Server user has access to on a certain
server. Is there a system store procedure to do that? I
found sp_helplogin and sp_helpuser. But neither gives the
needed information.... more >>
Sproc needed for creating DDL and some sample data for posting to newsgroup
Posted by Ajit Singh at 9/6/2003 12:09:37 PM
Hello Group,
As a good practice, we need to provide the table DDL and some sample data
for posting any problem to the group. Does anybody has a procedure which
accepts the following inputs and gives the DDL and sample data:
TABLE name
Number of rows of sample data to be generated
the out... more >>
PreparedStatement~
Posted by Vitamin at 9/6/2003 11:16:59 AM
Hi all Professor~
Does MSSQL have something function like Oracle's PreparedStatement??
thx~~
... more >>
Basic DB Design Query!
Posted by Steve Turton at 9/6/2003 10:05:50 AM
Hi All, I have a DB that is only accessed from a Visual Basic App using
'TestUser'.
Is it best to Deny TestUser all permissions to all tables, but allow access
to the database through stored procedures - meaning if one of the developers
needs to have a 'select count(*) ...' on one of the tabl... more >>
Removing record affected
Posted by Roy Goldhammer at 9/6/2003 9:20:56 AM
Hello there
I need to remove the message of how many record affected on the query
anlyser and on the osql
How can i do this?
... more >>
C++ & SQL -- Books?
Posted by AC at 9/6/2003 7:00:45 AM
Hi,
Can anybody recommend a good book for programming VC++ applications using
SQL server as a data store? Any type of book for interfacing C++ with SQL.
Thanks.
... more >>
How trigger to fire only in sone occasions
Posted by Gonçalo Boléo at 9/6/2003 3:28:29 AM
My table has triggers to insert, update and delete to audit what happens.
I have 2 servers with that table that sincronize data between them. To
sincronize data i use my own sps because i need some tests and possible data
alteration between them.
I don't want to audit the table with the data i... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|