Viewing 15 posts - 3,406 through 3,420 (of 13,469 total)
i believe functions that are not CLR functions must be prefaced by the schema:
SELECT
Address1,
Address2,
dbo.FNCNOTAVAILABLEDISPLAY(Address3)
FROM Customers
May 23, 2013 at 11:33 am
this link says the function is part of 2008R2 SP1 or later:
It is available in SQL 2008 R2 with SP1 or later. http://msdn.microsoft.com/en-us/library/hh223223(SQL.105).aspx
May 23, 2013 at 10:47 am
if you run the command in the master database on the server that seems to fail, does it work?
CROSS APPLY for a function will fail syntax if the database compatibility...
May 23, 2013 at 10:41 am
saving rtf text, or saving it inside a document(like word) which supports font formatting are the only other ways i can think of.
May 22, 2013 at 1:58 pm
AmarettoSlim (5/22/2013)
Can someone explain why SQL Server doesn't support object level recovery in a native manner?
How do 3rd party vendors make this possible?
I'm...
May 22, 2013 at 1:57 pm
are you storing html? the sup tag is for superscript, for example, this is a valid html :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
some text <sup>SM</sup>
</body>
</html>
May 22, 2013 at 1:33 pm
SQLCop does some code valdiation, along with other things it tests for; not sure if it is customizable o check for specific things like comments
May 22, 2013 at 1:24 pm
OK I stopped dragging my feet, and broke down and downloaded Redgate's SQL Search;
I admit it, i already see it's a great tool; very nice. Much Quicker and easier...
May 22, 2013 at 1:17 pm
it's a lot of work;
you probably want to search for "Data Access layer", which is what will sit between your application and the data below it;
it abtracts the implementation...
May 22, 2013 at 10:27 am
from the TSQL side, you could create a logon trigger that checks the application name and the login name both.
you could make sure the login is using a specific application...
May 22, 2013 at 10:19 am
i should have mentioned to google for a SQL Server CLR+read email, you might have some luck finding something that already exists.
May 22, 2013 at 7:25 am
UmaShankar Patel (5/22/2013)
Hi,I have configured SQL Server database mail.
Now i want to read mail of ID that i have configured in SQL Server 2008 r2 database mail.
is it possible?
How?
not directly,...
May 22, 2013 at 7:23 am
you must not be pasting the whole code;
nowhere do i see the variable @dt defined, let alone set to a date/datetime value.
it doesn't pass basic syntax checking because of the...
May 22, 2013 at 7:04 am
also, i you can go to the facets for the server, and modify the same paths opc.three posted, but via the GUI instead:

May 22, 2013 at 5:53 am
bikram.g.it (5/21/2013)
May 21, 2013 at 2:47 pm
Viewing 15 posts - 3,406 through 3,420 (of 13,469 total)