Viewing 15 posts - 91 through 105 (of 114 total)
Thanks i got it
but now i am getting new error..
Msg 15404, Level 16, State 5, Procedure xp_logininfo, Line 42
Could not obtain information about Windows NT group/user 'NT SERVICE\MSSQLSERVER', error code...
February 20, 2013 at 2:04 am
is it necessary to have primary key on each table.
i am confused related to primary key and clustered index.
so far i know that primary key on a column creates...
February 9, 2013 at 12:15 am
does this do the job.
CREATE PROCEDURE sp_EmplyAllTable
AS
EXEC sp_MSForEachTable ‘ALTER TABLE ? NOCHECK CONSTRAINT ALL’
EXEC sp_MSForEachTable ‘DELETE FROM ?’
EXEC sp_MSForEachTable ‘ALTER TABLE ? CHECK CONSTRAINT ALL’
GO
February 8, 2013 at 2:35 am
if we take CPU option we can have multiple virtual servers that can be monitored with out extra cost .Am i right anthony.
if we have...
February 6, 2013 at 2:32 am
Viewing 15 posts - 91 through 105 (of 114 total)