all groups > sql server (alternate) > december 2005 > threads for december 29 - 31, 2005
Filter by week: 1 2 3 4 5
Granting dbo ASSEMBLY EXTERNAL_ACCESS permissions
Posted by coosa at 12/30/2005 10:28:01 AM
Hi all,
I have tried to create an asembly with PERMISSION_SET = EXTERNAL_ACCESS
under SQL Server 2005 but i failed so far.
I also see the TRUSTWORTHY Property for the database as disabled and
can't enable it.
I know that the sysadmin has the full authority for all activities, but
i'm logged ... more >>
No ending Rebuild master
Posted by hazly at 12/30/2005 1:42:20 AM
I'm using SQL SERVER 2000 and in the process of establishing recovery
guide.
Tried to rebuild master using rebuildm.exe but the "Configuring Server"
never ending. Then I tried to copy original databases from SQLServer
Installation CD to hard disk as the "Browse for folder", but gave the
same pr... more >>
XML Data Processing
Posted by _(d)IEGO at 12/29/2005 11:21:26 PM
Hello everyone. I need help regarding the following:
Given the following table:
CREATE TABLE T1 (C1 nvarchar(10), C2 money)
INSERT INTO T1 VALUES ('A',1)
INSERT INTO T1 VALUES ('B',2)
INSERT INTO T1 VALUES ('C',3)
let's say that i have this table in a local server and i want to upload
i... more >>
Simple SQl question
Posted by Erich93063 at 12/29/2005 12:12:26 PM
I am trying to create a SQL statement that returns values from fields
in the database but I also need to return values that are NOT in the
database but hard coded int he SQL statement. The values along with the
names of the fields will be hardcoded into the SQL statement. I'm not
sure if this ca... more >>
How to know the User who disabled a Job??
Posted by sasi at 12/29/2005 7:07:40 AM
Hi all,
Is there any way I can know who Disabled a Job??
bye.
... more >>
XML data feed
Posted by billy at 12/29/2005 5:08:50 AM
Hello,
I have an XML data feed that I would like to use to create tables in
SQL Server. The xml data feed consists of a large amount of
information that changes on a regualar basis. Is there a way to
automatically create SQL Server tables using the data feed?
Thanks
Billy
... more >>
|