Viewing 14 posts - 1 through 14 (of 14 total)
hi,
SSIS is NOT backwards compatible, How can I fix It.
thank's
January 26, 2011 at 11:21 am
thank's all.
so if I read a table that I not change, I read it from the buffer or from the data file ?
January 17, 2011 at 2:50 am
ok, how can I know the defult time that sql define for checkpoint ?
I ask you this because when I run some Insert query into table, I sea the values...
January 17, 2011 at 1:34 am
? "At some point later .... ?" - when this is happen
thanks
January 16, 2011 at 2:41 pm
hi, I try agin to be more specific...
I Insert a value in my variable called - app.
now, i want to exec this sql statement, that use this variable app :
declare...
June 16, 2010 at 1:19 am
hi,
I mean somthing like that :
CREATE TRIGGER ddl_trig_database
ON ALL SERVER
FOR CREATE_DATABASE
AS
BEGIN
declare @db nvarchar(200)
declare @STR
...
June 12, 2010 at 3:12 pm
hi, here is all the details the type of the triggrt is database, that should run whenever anyone create a new database.
the trigger need to backup the new database that...
June 12, 2010 at 12:19 pm
I read you advice. but I mean that the user will be able only to update the table of extended properties.
June 9, 2010 at 1:17 pm
hi, thank's i try also your code.
finally, i sucess to fix iu with this code :
create PROCEDURE ywork @domain nvarchar(100),@db_name nvarchar(100)
AS
declare...
June 8, 2010 at 10:59 am
you righ't, I fix it but I still have a error - property cant be updated or deleted.
property 'Domain' does not exist for 'object specified'.
this the new code :
CREATE...
June 7, 2010 at 12:51 pm
yes, thank's.
I create this stored procedure below, but I get this error when I try to update the properties :
property cant be add. property 'Domain' already exists for 'object specified'.
the...
June 7, 2010 at 11:49 am
ok, thank's a lot. I understand what you are trying to tell me.
u will look for another solution.
June 6, 2010 at 1:49 pm
yes, I mean to input data in report and update database by this input by ssrs.
it is possible ?
June 5, 2010 at 1:05 pm
Viewing 14 posts - 1 through 14 (of 14 total)