Viewing 15 posts - 4,501 through 4,515 (of 6,679 total)
Review the documents here:
http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx
Under the Enterprise Manageability section you will find whether or not Express supports Database Mail.
October 9, 2009 at 2:03 pm
Check the properties for the cluster group - verify whether or not you have turned on 'Allow Failback'.
We always disable this feature and 'Prevent Failback' on our clusters.
October 9, 2009 at 1:31 pm
What node is currently hosting SQL Server and is that the same node you are looking at in Configuration Manager?
October 9, 2009 at 1:21 pm
Jack Corbett (10/9/2009)
October 9, 2009 at 12:23 pm
I have found the easiest method of defragmenting database files is to backup and restore the database. When SQL Server restores a database, it creates brand new files for...
October 9, 2009 at 12:14 pm
GilaMonster (10/8/2009)
SELECT @XML = '<outer><inner>
value
</inner>
</outer>'
SELECT @XML = '<outer><inner>value</inner></outer>'
Edit: It's the presence/absence of line breaks. If there's a linebreak anywhere in the code block, the < and > come out correct....
October 8, 2009 at 2:50 pm
GSquared (10/8/2009)
select cast('<row A="A" />' as XML)Very weird! This even runs correctly in SSMS, and I really don't see the difference between it and the prior post. I...
October 8, 2009 at 2:38 pm
SELECT <Something> FROM SomeWhere WHERE ...
Well - that didn't work either...
October 8, 2009 at 2:14 pm
Jeffrey Williams-493691 (10/8/2009)
I played around with it a little and preview works fine, even if you put in < and > - not sure what is going on there.
Dang it...
October 8, 2009 at 1:39 pm
I played around with it a little and preview works fine, even if you put in < and > - not sure what is going on there.
October 8, 2009 at 1:37 pm
SELECT <column list>; FROM <your table here>
SELECT <column>
Like this?
Edit: interesting, worked on preview - then gets modified as above.
October 8, 2009 at 1:23 pm
Download and install Redgate's SQL Compare and SQL Data Compare. Use them to compare the model databases on each instance to find out what is different.
I would recommend using...
October 8, 2009 at 1:21 pm
Using the last example I had - which I am assuming is the one that you are using for JLOutcome, it should be the same as this:
if NA1=Appt1 then NA1
if...
October 6, 2009 at 9:01 am
Okay, as far as using CTE's - that is something you can look at in the future. It is just a way of 'naming' a query and using the...
October 5, 2009 at 4:50 pm
That quote is a bit mis-leading because it implies that there is something that needs to be done to 'upgrade' the database application.
The only issues that have been identified that...
October 5, 2009 at 4:05 pm
Viewing 15 posts - 4,501 through 4,515 (of 6,679 total)