Viewing 15 posts - 1,291 through 1,305 (of 1,655 total)
No SP2 doesn't change any of this, mainly because from MS point of view it is not a problem. And from a security point of view I have to agree...
May 7, 2007 at 8:25 am
I can't say that I'm using DTA a lot, but the DTA will always try to optimize indexes for the current workload. So different workload files can result in different...
May 5, 2007 at 8:15 am
John,
you can't deny permission for the sysadmin role. And since you can't create your own server role either, the only solution I ca think of is using a generic login...
May 5, 2007 at 8:06 am
John,
for xp_cmdshell you can grant the users execution permissions on the procedure.
About the jobs it's a bit more difficult. Viewing the status, starting and stopping of jobs can be...
May 4, 2007 at 8:37 am
What type of replication have you been using merge or transactional ?
Where is the distributor running? On the publisher, the subscriber or a third server ?
I find it a bit...
May 4, 2007 at 7:00 am
What do you mean by "database links"? Are you talking about linked servers?
Linked servers you can either view in EM or query using this
select * from sysservers
where isremote =1
Markus
May 3, 2007 at 5:19 am
Not sure how your jobs looks like, but in general if a job has multiple schedules and the job is still running from schedule1 while schedule2 kicks in, the second schedule...
May 3, 2007 at 5:15 am
The checkbox is gone, but you can add a column filter which excludes al SPID's below 50.
Markus
April 27, 2007 at 5:43 am
IN SSMS open the "Registered Servers" window. When you right click on database engine and select "Previously registered servers" it will add all the servers you had registered in EM.
Markus
April 27, 2007 at 5:41 am
Pavan,
I don't think there is "a" list. The tasks you should do depend on your environment, the type and the size of databases, availability requirements and a lot of other...
April 27, 2007 at 12:50 am
Did you run update statistics after the upgrade?
After upgrading a database the old statistics become invalid and SQL Server can't use them anymore for optimizing the query plans.
Markus
April 26, 2007 at 5:42 am
Kostas,
I don't think it's the hot fix which causes this behaviour. On my test sytem I only applied SP2 no toher hotfixes.
While the trigger works fine for CREATE and...
April 26, 2007 at 5:39 am
Maria,
you ned to use the MOVE TO option to provide the path where you want to place the database files. See BOL for the details
Markus
April 26, 2007 at 5:06 am
Vika,
you don't say if the column you're querying contains jaust a single character or more.
In case it's just a single character you can use this:
SELECT * From table1
where ASCII(col1) between...
April 26, 2007 at 4:21 am
I agree with all comments above.
While in theory Raid1 might be faster for reads I never saw any documentation of such a case in real life. I even remember MS...
April 26, 2007 at 1:20 am
Viewing 15 posts - 1,291 through 1,305 (of 1,655 total)