hello
I would really need some help here
Some time ago I made a thread about cardinality and thought I
understood it , but today I noticed that I actually misread a post
explaining cardinality and realized that the subject still very much
confuses me. Below are the original question and a r...
more >>
All,
Cannot connect to admin:servername in SSMS.
Throws error... "Dedicated administrator connections are not supported.
(ObjectExplorer)"
I enabled in Surface Area, double-checked with sp_configure, rebooted server
and still can't connect.
Any idea's? Thanks for any help.
--
md...
more >>
I've got a table that contains a sequence of steps for a given task.
StepId IDENTITY(1,1),
TaskId INT,
StepNumber INT,
StepName VARCHAR(100),
StepText VARCHAR(500),
Basically, StepNumber dictates the order of the steps for this
process. Is there an easy sql statement that I can use to "re...
more >>