Viewing 15 posts - 76 through 90 (of 320 total)
lav (12/3/2008)
How to use trigger ? i want to store User Interface User
A trigger is a special kind of stored procedure that automatically executes when an event occurs in the...
December 3, 2008 at 10:56 pm
devammehta (12/3/2008)
I am using the Web App to show my report which sucks in one param i.e. "ContactId".
The param data type is Integer.
But when I run the Web App...
December 3, 2008 at 10:53 pm
Roust_m (12/3/2008)
We are having multiple people and multiple opinions, so the situation is that we may have two DDL database triggers logging schema changes to two different tables. Can...
December 3, 2008 at 10:51 pm
Sanaullah (12/3/2008)
its located on the remote computer and i am accessing this using linked server
may be it is due to that you dont have permissions to create the table or...
December 3, 2008 at 10:50 pm
thusi (12/3/2008)
I'm going to have multiple databases with the same table structure. I want to create a set of 'global' SPs/UDFs in SQL Server where I can simply pass...
December 3, 2008 at 10:40 pm
Sanaullah (12/2/2008)
When i am openning my table in design view in enterprise Manager i am getting this error.
Table could not be loaded ODBC Error[Microsoft][ODBC SQL SERVER][DBNetLIB] connection read(rec()).
[Microsoft][ODBC...
December 3, 2008 at 10:35 pm
lav (12/3/2008)
December 3, 2008 at 10:33 pm
Steve Jones - Editor (12/3/2008)
Comments posted to this topic are about the item
Breach of security is mandatory as only this lead to the improvement in the security practices.
December 3, 2008 at 10:31 pm
lav (12/3/2008)
What is audit login? How To Handle This In DataBase Level?
im my organization at the time of auditing, i create a backup of the database upto the required date...
December 3, 2008 at 9:47 pm
bhushanhegde (12/3/2008)
I want check a perticular table is blank or having any rows? is it possible with using exist keyword? itried with isnull. but it is not working.
select isnull(empid,0) from...
December 3, 2008 at 9:44 pm
rajesh_281984 is a lucky guy, as gets lots of updates regarding his problem.
December 3, 2008 at 1:59 am
rajesh_281984 (12/2/2008)
my code is
Create procedure name
@value varchar(50),
@value2 varchar(150)
as
begin
declare @myValue int
Select @myValue...
December 3, 2008 at 12:04 am
fausto usme (12/2/2008)
i need to do the next.
I have with follow data:
Table: Rooms
IdRoom
101
102
103
104
201
202
203
301
302
303
304
401
402
403
and it will be so:
101 102 103 104
201 202 203
301 302...
December 2, 2008 at 11:25 pm
guptaajay1985 (12/2/2008)
Thanx 2 All My Dear
welcome
December 2, 2008 at 10:26 pm
Mohammed Imran Ali (12/2/2008)
I am getting the following error while accessing data from SQL Server 2000 from SQL Server 2005.
OLE DB provider "SQLNCLI" for linked server "hqserver" returned message...
December 2, 2008 at 5:18 am
Viewing 15 posts - 76 through 90 (of 320 total)