Viewing 15 posts - 4,546 through 4,560 (of 13,469 total)
those set options are connection specific; they are not server wide.
just because you set it someplace, does not mean it's going to affect jobs or anything else on the...
October 22, 2012 at 6:10 am
probably the best most recommended way would be using the delimited split function.
there's also a CHARINDEX2 custom function you could use as well.
/*
--Results
val ...
October 22, 2012 at 5:44 am
Jeff when i did a project using rssbus for quickbooks i ended up writing an applicati:-Don that read qb info into tables on my server, so i had snaphots of...
October 21, 2012 at 7:36 am
relaying is forwarding/sending to email addresses that are not administered by the specific server you are conecting to...for example, if my server is the google's gmail, then emails to @sqlservercentral.com...
October 20, 2012 at 5:49 am
Aijaz Ahmed Mir (10/19/2012)
thanks for your reply. is there any tool/script to extract the documents.regards
aijaz
this is a job for a programming language; here's an example in vb.net for the...
October 19, 2012 at 1:52 pm
we don't know what your preferred programming language is;
here's a link to an article on how to make a registration form in asp.net;
if you prefer php or something else, just...
October 19, 2012 at 12:27 pm
--three char table: bigger range
CREATE TABLE X(XID INT IDENTITY(1,1) NOT NULL PRIMARY KEY CHECK ((XID> 0) AND (XID < 17577)),
XCALCULATED AS
CHAR(((XID -1)/...
October 19, 2012 at 12:10 pm
besides Seans sage advice, noone on your side has thought through possible max values, right?
if you force a min length of 3 characters, and also a max length of three...
October 19, 2012 at 11:34 am
if just the IP, is specified, then the instance that answers is whatever is listening on Port 1433.
you can see it in SSMS by connecting to each instance and finding...
October 19, 2012 at 8:02 am
sql-lover (10/19/2012)
Apologies,
Maybe I am not following, or I am not explaining myself properly, but I do not see the reason why we cannot elaborate an answer with the two column...
October 19, 2012 at 7:33 am
http://translate.google.com (10/19/2012)
{Does} Sql Server 2012 Express have quantity limits in the execution of processes in the database and user concurrent access?Thanks for the help.
Elkin Ortiz
Medellin, Colombia
October 19, 2012 at 7:08 am
skb 44459 (10/19/2012)
Another Quick Question. My Email body is very long.
Ideally i would like to store the Body in a text file and read the text file...
October 19, 2012 at 7:05 am
here's an example of what you are asking;
you'll have to use a cursor if you want to send emails on a per-email basis from the data.
remember that when you assign...
October 19, 2012 at 6:20 am
Ratheesh.K.Nair (10/19/2012)
Can we downgrade SQL server version? Example 10.50.2861 to 10.50.2789
you would have to uninstall 8 different cumulative updates, it looks like to me:
from http://sqlserverbuilds.blogspot.com/
see the number of rows different...
October 19, 2012 at 5:59 am
sql-lover (10/18/2012)
Like I explained, the PK is a surrogate key. MS-SQL needs to generate the key itself, no manual intervention.
The real tables are more complex. I just simplified it using...
October 19, 2012 at 5:14 am
Viewing 15 posts - 4,546 through 4,560 (of 13,469 total)