Viewing 15 posts - 496 through 510 (of 3,348 total)
Using copy/paste from your post, I tried the query on my database (which is SQL Server 2012, so not the same version) and it ran without error.
Can you repost the...
April 14, 2016 at 10:28 am
Phil Parkin (4/14/2016)
Why are you continuing with the implicit conversion from int to string?
Actually, int has a higher precedence than string, so the implicit conversion should be from string to...
April 14, 2016 at 10:19 am
Jeffery Williams (4/14/2016)
When you run this you get a table of results back in...
April 14, 2016 at 10:13 am
shoab.shah (4/14/2016)
Currently in one of our project we have a situation.
The server computer is Windows Server 2008 Standard SP2. Processor is Xeon (R) 2.13 Ghz. SQL server 2008...
April 14, 2016 at 10:10 am
shezi (4/13/2016)
April 14, 2016 at 10:06 am
ianharris2 (4/13/2016)
Yes, you're right of course, I will look at optimising the indexes based on the usage and other stats gleaned from the DMVs. I was...
April 14, 2016 at 10:00 am
Reading your code, it is not clear what you want. As others already said, the error comes from a structure that looks like this:
SELECT ... FROM (INSERT ... SELECT ...)
That...
April 14, 2016 at 9:56 am
dpsql (4/14/2016)
Hugo Kornelis (4/14/2016)
WHERE ColumnName LIKE 'D%'
Thank you for responding Hugo!
That works on getting the report to show up with a specific letter.
How can I get it where the reviewer...
April 14, 2016 at 9:49 am
lotusnotes (4/14/2016)
If you use an alias od.orderid it still lets you do it & the overall code still works & returns no rows.
You would hope to...
April 14, 2016 at 9:39 am
krypto69 (4/13/2016)
But after putting in the piece of junk dashboard software - I now think what I really have to have is...
April 14, 2016 at 9:27 am
In addition to the replies you already have - first, before doing anything at all to change the state of the database, take a full backup with the copy-only option...
April 14, 2016 at 9:22 am
djj (4/13/2016)
crookj (4/13/2016)
Hugo Kornelis (4/13/2016)
Ed Wagner (4/13/2016)
Grumpy DBA (4/12/2016)
crookj (4/12/2016)
BaggerVance
Lance
Carrier
Kitty Hawk
Wright
Rong
April 13, 2016 at 8:15 am
Ed Wagner (4/13/2016)
Grumpy DBA (4/12/2016)
crookj (4/12/2016)
BaggerVance
Lance
Carrier
April 13, 2016 at 5:19 am
BWFC (4/13/2016)
Hugo Kornelis (4/13/2016)
BWFC (4/13/2016)
I've got my name down for the Saturday but it clashes with a family do so it's unlikely I'll make it.
If you can indeed not make...
April 13, 2016 at 2:35 am
Viewing 15 posts - 496 through 510 (of 3,348 total)