Viewing 15 posts - 1,426 through 1,440 (of 2,647 total)
Welsh Corgi (3/12/2012)
SQLKnowItAll (3/12/2012)
Welsh Corgi (3/12/2012)
Pam Brisjar (3/12/2012)
March 12, 2012 at 2:15 pm
GilaMonster (3/12/2012)
SQLKnowItAll (3/12/2012)
GilaMonster (3/12/2012)
SQLKnowItAll (3/12/2012)
I think now that the OP knows that % must be in brackets when being used as a literal, the issue is fixed.
It doesn't have to...
March 12, 2012 at 2:13 pm
Lynn Pettis (3/12/2012)
C. Using the ESCAPE clause
The following example uses the ESCAPE clause and the escape character to find the exact character string 10-15% in column c1 of the...
March 12, 2012 at 1:57 pm
GilaMonster (3/12/2012)
SQLKnowItAll (3/12/2012)
I think now that the OP knows that % must be in brackets when being used as a literal, the issue is fixed.
It doesn't have to be in...
March 12, 2012 at 1:52 pm
Welsh Corgi (3/12/2012)
Pam Brisjar (3/12/2012)
March 12, 2012 at 1:37 pm
jcb (3/12/2012)
Jared,I just point that out because a user can input "",".","mary" or anything can fetch too many records depending on OP data.
That's true, but I would handle that from...
March 12, 2012 at 1:28 pm
jcb (3/12/2012)
If its a web or web like app you can...
March 12, 2012 at 1:16 pm
What happens when you run this query on the server directly?
SELECT * FROM Company WHERE EFF0YR = '112' AND EFF0MO = '09' AND EFF0DA BETWEEN '01' AND '09'
March 12, 2012 at 11:14 am
Welsh Corgi (3/12/2012)
SELECT *
FROM OPENQUERY(LSCTLRDAT1, 'SELECT * FROM Company')
This does not work and I can't remember the systax to indude the WHERE CLause.
SELECT *
FROM OPENQUERY(LSCTLRDAT1, 'SELECT * FROM...
March 12, 2012 at 10:59 am
First, I would not be touching SQL services through services.msc. Only touch these services through SQL Server Configuration Manager. My immediate thought is that the service account was...
March 12, 2012 at 8:14 am
I don't think the question is how to pass SQL as a parameter. The question is why would you ever pass SQL as a parameter? What are you accomplishing...
March 12, 2012 at 8:11 am
You cannot use the MSSQLSERVER service account to login on SSMS unless that domain account has been added to logins on the instance.
March 9, 2012 at 4:48 pm
ckelly 43038 (3/9/2012)
Today, during my workday, I created the attached create-table,insert-rows, and query-code TEXT file.
I've probably duplicated some of the...
March 9, 2012 at 2:37 pm
Jeff Moden (3/8/2012)
jcb (3/6/2012)
Returning two homonimal columns in a query is a nuisance,...
March 8, 2012 at 8:26 pm
sqlfriends (3/8/2012)
SQLKnowItAll (3/8/2012)
sqlfriends (3/8/2012)
SQLKnowItAll (3/8/2012)
March 8, 2012 at 2:54 pm
Viewing 15 posts - 1,426 through 1,440 (of 2,647 total)