Viewing 15 posts - 3,256 through 3,270 (of 5,356 total)
Hey, curiosity is one of the truely driving forces!
So, there's nothing wrong with it ![]()
Frank
December 5, 2003 at 1:46 pm
Well, I searched the web high and low and finally I guess the answer.
I might be blind but I didn't find anything.
Do you have some reference?
Frank
December 5, 2003 at 1:44 pm
Sorry Patrick, I guess this site is like a drug to me ![]()
Can't resist....
Well, thanks to you all.
I'm sitting here relaxed in front of my notebook...
December 5, 2003 at 1:32 pm
Take a look at the ADO Stream Object. There are lots of examples around.
Frank
December 5, 2003 at 1:19 pm
Generally I think the originator should be aware in which category he is posting.
I don't know exactly if 'normal' users in this forum can move topics, but I do...
December 5, 2003 at 1:14 pm
This one is a great piece of research http://www.sqlservercentral.com/columnists/sjones/pagesize.asp
Frank
December 5, 2003 at 1:07 pm
Am I wrong or are you much older than me ??????
Hey, I expanded my vocabulary today with two new ones.
That's too much, I need to head for the weekend now.
Enjoy...
December 5, 2003 at 8:05 am
December 5, 2003 at 7:53 am
This http://www.sql-server-performance.com/forum/forum.asp?FORUM_ID=21 is an spanish speaking forum on SQL Server Performance.
Have you already posted it there?
Frank
December 5, 2003 at 7:37 am
Forget it, I had a typo when searching my online dictionary ![]()
Frank
December 5, 2003 at 6:53 am
December 5, 2003 at 6:52 am
This one might also be of interest http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=14025
Frank
December 5, 2003 at 6:24 am
What about sp_helprotect or
CREATE PROCEDURE sp_Permissions
AS
SET NOCOUNT ON
IF EXISTS (SELECT * FROM tempdb..sysobjects WHERE [name] LIKE '#perm%')
DROP TABLE #perm
CREATE TABLE #perm (
[qid] [int] IDENTITY...
December 5, 2003 at 6:14 am
Version Patch Level
8.00.818 2000 SP3+Q815495
See http://www.sqlsecurity.com/DesktopDefault.aspx?tabindex=3&tabid=4
Frank
Edited by - Frank kalis on 12/05/2003 04:31:37 AM
December 5, 2003 at 4:31 am
AFAIK only NCHAR, NVARCHAR and NTEXT can support unicode data.
The collation is something different.
You might want to read BOL Unicode data type -> Using unicode data
Among other...
December 5, 2003 at 1:50 am
Viewing 15 posts - 3,256 through 3,270 (of 5,356 total)