Viewing 15 posts - 3,361 through 3,375 (of 7,496 total)
"Introduction
As a part of ensuring that they've created a secure environment Windows administrators often need to know what kind of accesses specific users or groups have to resources including files,...
October 26, 2009 at 8:53 am
Indianrock (10/26/2009)
October 26, 2009 at 8:48 am
Jay_dba (10/26/2009)
Thank you ALZDBA, Jeff .ALZDBA,
I am getting an error on @x.nodes('/i') x(i) . can you please check.
Jeff,
Thanks for the article. its too good.
But my problem still exists
Aaarchh ......
October 26, 2009 at 2:15 am
Jeff Moden (10/25/2009)
Oh... be careful, Johan... XML splits are relatively slow compared to many other methods.
Indeed, I copy/pasted the wrong example code out of one of my test...
October 26, 2009 at 2:03 am
ravikanth. (10/25/2009)
we can do it through services....is it not preferable?
It is not perferable !
Using EM it does take care of all needed authorization.
So .... EM is the easy way.
October 26, 2009 at 1:58 am
check SSC for a split (table valued) function .
e.g.
/*
* Split a delimited string using a table valued function with XML
*/
-- table-valued function
CREATE ...
October 25, 2009 at 2:34 pm
keep in mind it is best to change the service account using Enterprise manager. (it also takes care of the needed authorization for the new service account)
October 25, 2009 at 2:29 pm
I think you even have 60 days to switch to another server with the same license.
e.g. hardware switch or DRP
October 24, 2009 at 4:29 am
The primary question was "... will the system block if I drop the synonym and recreate it to point to the new object with ongoing operations ..."
And off course the...
October 23, 2009 at 6:39 am
Select top 1
3 as LuckyExerciseNumber
, isnull([Title],'') + [LastName]
FROM [AdventureWorks].[Person].[Contact]
ORDER BY SUBSTRING(CONVERT(VARCHAR(40), NEWID()), 1, 8)
😀
October 23, 2009 at 6:12 am
Are you referring to exercise 3 of Ms Brawn course ? :hehe:
October 23, 2009 at 12:13 am
Keep in mind this reg key only influences if SQLServer will write a notification in its ERRORLOG file.
If you want an actual recording, regardless of this reg key setting, you...
October 23, 2009 at 12:07 am
You've had some hints above,.
Now, if this were on a RAID volume, this really shouldn't have been an error as long as the physical drives are still available to support...
October 22, 2009 at 1:39 pm
Jack Corbett (10/22/2009)
Change Update ORders to update O
As you have noticed, Jack used
...FROM
orders O JOIN
orders O2 ON
...
The O and O2 are called...
October 22, 2009 at 1:33 pm
1) compare the execution plans ! (and statistics)
2) is the hardware configration the same ?
( cpu , ram, disk , io chanels,..)
3) are these both dedicated sqlserver servers ?
4) other...
October 22, 2009 at 1:29 pm
Viewing 15 posts - 3,361 through 3,375 (of 7,496 total)