Viewing 15 posts - 1,381 through 1,395 (of 2,463 total)
TheSQLGuru (8/26/2010)
August 26, 2010 at 9:37 am
Lowell (8/26/2010)
SELECT
SCH.schema_id, SCH.[name] AS schema_name, ...
August 26, 2010 at 5:44 am
GilaMonster (8/26/2010)
It does work, I've done it more than once.
not working for me declare @t table ( id int )
declare @i int ,@top int
set @i =...
August 26, 2010 at 5:07 am
i am not able to see the required "include column" . i can only see the system related info.
August 26, 2010 at 4:52 am
You can also go for C2 Auditing but be careful, as it increase the overhead on resources.
C2 auditing records information goes beyond server-level events, such as shutdown or restart,...
August 26, 2010 at 12:34 am
whenevr we restore any DB ,basically we lose the mapping between login and users which is done by column "sid" , So this columns values should be matched.
select *...
August 26, 2010 at 12:23 am
August 26, 2010 at 12:11 am
State=16 means that the incoming user does not have permissions to log into the target database. So for example say you create a user FOO and set FOO's default...
August 26, 2010 at 12:09 am
I would say, remove the transaction's logic from Sql (database side). because acc to your logic doesnt care about transaction as it is trying to insert data before the Database...
August 25, 2010 at 11:32 pm
Warren Peace (8/25/2010)
Select * From OPENQUERY([HOUSEOFPAIN], 'EXEC HOUSEOFPAIN.BRUISE..sp_SmackDaFoo '''coworker''', '''7/4/2010''', '''cried'''')
i guess you have added extra quotes. play with single quotes
August 25, 2010 at 10:44 pm
DBCC shrinkfile also require space to do the shrinkage
take log backup ( if it is in FULL recovery) then try to do shrinking
August 25, 2010 at 4:03 am
if possible , post your query which is being used for migration
August 25, 2010 at 4:01 am
Viewing 15 posts - 1,381 through 1,395 (of 2,463 total)