Viewing 15 posts - 3,676 through 3,690 (of 5,356 total)
...in addition, when running via QA select master as db, or you'll get something like this
Server: Nachr.-Nr. 208, Schweregrad 16, Status 1, Zeile 2
Invalid object name...
October 24, 2003 at 4:22 am
According to http://www.sqlsecurity.com/DesktopDefault.aspx?tabindex=3&tabid=4 you should be on 8.00.760 or above if you had SP3.
8.00.194 is the version number without any SP
Frank
October 24, 2003 at 4:20 am
Changing to
CREATE PROCEDURE [dbo].[prc995CreateUserLogin]
(@strLogin nvarchar(30),
@strPwd nvarchar(30))
AS
EXEC sp_addlogin @strLogin, @strPwd, 'MyDatabase', 'english'
EXEC sp_adduser @strLogin, 'myRole'
GO
should work
GO ends a batch. And in the 'next' one your...
October 24, 2003 at 2:35 am
October 24, 2003 at 12:07 am
quote:
No, but I have noticed that sometimes I've logged in and want to reply to a post, but the post asks me...
October 24, 2003 at 12:02 am
October 23, 2003 at 1:33 pm
Why? There is no real need for this!
However, you can open your table in design view in EM, insert an empty row at the desired place, define data type, save...
October 23, 2003 at 1:28 pm
In addition to what Brian mentioned, you should take a look at BOL for WRITETEXT.
I found this to be the cause why my log backups failed from time to...
October 23, 2003 at 6:57 am
quote:
Nice to know you have the time Frank
yes, at the moment...
October 23, 2003 at 6:44 am
October 23, 2003 at 6:36 am
October 23, 2003 at 6:14 am
October 23, 2003 at 3:39 am
quote:
Cool! I love the way MS adds new features with barely any documentation. You should add it as an...
October 23, 2003 at 3:33 am
Just a thought!
It happened to me that all of a sudden all my subscription seems to be dropped. You can easily check this on the 'All Forums' page. I checked,...
October 23, 2003 at 3:17 am
Sorry, I deleted my response, because I saw edwin_fredrick did the same.
So I thought no further need.
Frank
October 23, 2003 at 2:56 am
Viewing 15 posts - 3,676 through 3,690 (of 5,356 total)