Viewing 15 posts - 106 through 120 (of 659 total)
Ok now i know. May be LiteSpeed is not installed there on that server. Can i just migrate those procs into my new server and perform by backups as...
February 20, 2009 at 8:14 am
yes they do.
When i explicitly give view definition access on the database it working but i was under assumption that if i give the same access on the server they...
February 20, 2009 at 6:59 am
I tried the above query today for my updates and it updated few million records, thenumber which i was looking to update but after the query is not stopped, is...
February 19, 2009 at 12:43 pm
only events i am interested are
1. Add Login to DB and type of role assigned
2. Delete login in DB or dropped login from the memberrole
February 18, 2009 at 2:28 pm
Jack
If you want notifications you can do the DDL triggers or you could do a job that queries the default trace on a regular basis which sends you an email...
February 18, 2009 at 10:43 am
How would i find unused logins and verify if they owned any objects and then remove them.
is there any script which does all these at once.
thanks
February 18, 2009 at 6:43 am
I am using this query to do the job.
SELECT
[TableName] = so.name,
[RowCount] = MAX(si.rows)
FROM
sysobjects so,...
February 17, 2009 at 2:13 pm
there is no other instance and also we reboot every weekend.
is there a way i could find the program that is using that file.
I do have litespeed but the database...
February 17, 2009 at 7:30 am
I tried moving the files to a different folder assuming that if the database file is in use it will not move and the rest will move so that i...
February 17, 2009 at 7:09 am
I am not sure why this is called funny but that is what happening with me.
I trying to know why every time the connection drops to that link server and...
February 17, 2009 at 6:51 am
I am collecting trace events by loading the file every 5 min into my own database but i cudnt find exact events when i changed permissions of a group or...
February 16, 2009 at 12:37 pm
can i write your second query like this...
SELECT a.col1,a.col2
FROM tableA a
WHERE a.col1 IN (SELECT 1 FROM tableB b inner join tableA a
ON a.col1=b.col1
and a.col1=b.col1)
February 15, 2009 at 11:33 am
what do u mean by limit the query. do you want the query to run in batches for select statement.
February 15, 2009 at 6:51 am
Hey can someone update my query accordingly to backup partitioned sql 2005 databases.
February 14, 2009 at 12:42 pm
Viewing 15 posts - 106 through 120 (of 659 total)