Viewing 15 posts - 91 through 105 (of 111 total)
I do not. The question fails to specify the version and the answer requires use of an undocumented and potentially unsupported procedure.
-- Mark D Powell --
April 16, 2008 at 12:02 pm
Being as I am only a part time SQL Server DBA and do not code T-SQL or any other SQL Server applications when would you need to use a function...
April 2, 2008 at 8:17 am
Second attempt to post. Page cannot be display on first.
On my SQL Server 2005 system I was able to run the query:
select createdate,*
from dbo.aspnet_membership
order by createdate desc
without error. ...
March 31, 2008 at 11:16 am
I agree the use of the word "only" means the statement precludes any of the other answers from being chosen at all.
I got it right but I assumed that the...
March 28, 2008 at 11:52 am
Naturally I cannot remember where I read the articles I would like to reference but I did find the following:
Academic sytle paper
Data Extraction and Ad Hoc Query of an Entity—...
March 25, 2008 at 8:01 am
There is a good deal of information on the web explaining why the EV model does not scale and does not perform well under load.
No amount of indexing will fix...
March 24, 2008 at 12:54 pm
I agree with Joshua. If a non-default setting was chosen when the role was set this should have been specified either in the question on in the answer by...
March 19, 2008 at 11:54 am
Yep, nothing but syntax errors. I notice some odd single quotes at points by themselves then I have an undefined variable Mark not preceeded by an "@" symbol.
Mark should...
March 12, 2008 at 12:38 pm
But according to the doc you can update Access from SQL Server. My guess why the column labeled distributed transaction is marked "no" may be because two-phase commit is...
March 4, 2008 at 11:38 am
Blask it I was thinking the author messed up but Exchange Server is marked as not being able to be used in a distributed query in the SQL 2005 documentation...
March 4, 2008 at 7:56 am
What version of SQL Server is this for?
Using SQL Server 2000 SP4 if I follow the execute directions I get procedure not found errors. If I change the database...
February 20, 2008 at 7:26 am
The solution of runnind sp_dropserver and sp_addserver is a lot better than the solution I found at MS which was to rename the server back, drop the maintenance plan jobs,...
January 22, 2008 at 12:07 pm
From the reference "The Replication Merge Agent is an executable that applies the initial snapshot held in the database tables to the Subscribers"
That looks like the first answer to me.
Can...
December 20, 2007 at 12:02 pm
Viewing 15 posts - 91 through 105 (of 111 total)