Hi All, For SQL 2000:
When the user open the database>> Tables, under tables it shows a list
of all the ado/sys tables.
If user choose one of the table name and right click, there is an
option shows the "Design Table". How can we disable that options so
that the user can't choose that option...
more >>
why is it that this sql statement
DECLARE @SQL_BULK_INSERT VARCHAR(1000)
SET @SQL_BULK_INSERT = 'BULK INSERT LOGTEXT_STAGING FROM ' + char(39) +
'C:\aaron\ARC_LOGS\LOG_138849.TXT' + CHAR(39) + ' WITH (ROWTERMINATOR =
' + char(39) + CHAR(13) + CHAR(39)+ ',FORMATFILE = ' + char(39) +
'c:\arc_...
more >>
Hi,
I'm trying to create a link to an Access database in SQL Server 2005
Express. I can do this through Management Studio so it is showing under
the 'Linked Servers' branch on the left hand side, however it does not
show any of the MDB file's tables, or anything for that matter.
I've tried ...
more >>