Viewing 15 posts - 61 through 75 (of 134 total)
it worked the first time when I used it...i deleted the user, recreated the user again, when I execute the command it says "Command Completed Successfully" but it does not...
July 2, 2008 at 6:39 am
Thanks...just one problem....The script below doesn't work:
EXEC sp_addrolemember N'db_owner', N'TestUser'
I will keep looking.
July 2, 2008 at 3:15 am
Thank you very much!!!
July 1, 2008 at 6:52 am
yes, thats what I meant.
Sorry about mispelling.
SQL Server Standard does not allow Online indexing. DBCC DBREINDEX is one them I can't use.
June 23, 2008 at 4:05 am
I tried that numerous times before...still does not work.
April 29, 2008 at 7:15 am
See code below. When executing this below I get no resluts back, juts command executed successfully.
/* declare local variables used for fetch */
declare @email varchar(100)
declare @recno int
Set nocount on
/*declare the...
April 15, 2008 at 6:34 am
Hi Gail,
Thanks for the info. One more question though, I created the variables that goes into the fetch next.
declare @email varchar(100)
declare @recno int
After this was inserted, I'm only getting back...
April 15, 2008 at 6:15 am
Develop a SQLServer stored_procedure that runs everyday.
The Code must email a user if the request count is greater than 0.
April 15, 2008 at 5:46 am
Do you perhaps have a script that will update all the tables at once and not one by one
April 7, 2008 at 8:43 am
Viewing 15 posts - 61 through 75 (of 134 total)