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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
October 24, 2003 at 2:35 am
Yes, from the security point of view, you're right!
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
October 24, 2003 at 12:02 am
Yes, that's right!
Nothing is for free. But learning is fun ![]()
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
October 23, 2003 at 6:57 am
quote:
Nice to know you have the time Frank
yes, at the moment...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
October 23, 2003 at 6:44 am
???
shouldn't there be some differences ![]()
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
October 23, 2003 at 6:36 am
I guess your boss won't be so happy about that ![]()
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
October 23, 2003 at 6:14 am
Insufficient permissions on the network, I would say.
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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,...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
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
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
October 23, 2003 at 2:56 am
Viewing 15 posts - 3,676 through 3,690 (of 5,356 total)