Viewing 15 posts - 1,156 through 1,170 (of 15,381 total)
liorvikel (10/30/2016)
i have link server to oracle from mssql.
i want to update or insert with four part.
1. how can i do it?
2. i read somewhere recommend to create...
October 31, 2016 at 7:28 am
Ed Wagner (10/31/2016)
ThomasRushton (10/31/2016)
Wryan138 (10/30/2016)
So in lieu of some marvelous SQL wizardry, I'm just trying to help out a little.Wayne
Welcome aboard. I must admit, I do use your posts...
October 31, 2016 at 7:18 am
Lynn Pettis (10/25/2016)
jasona.work (10/25/2016)
Lynn Pettis (10/25/2016)
jasona.work (10/25/2016)
Brandie Tarvin (10/25/2016)
jasona.work (10/25/2016)
Dev asked me to take a look at a view that isn't performing as well as...
October 25, 2016 at 1:40 pm
GrassHopper (10/21/2016)
I have to convert sql scripts to hadoop and it is case sensitive and having it all in upper case makes it easier. thanks
I see. Well be careful...
October 21, 2016 at 3:16 pm
GrassHopper (10/21/2016)
i.e.
Select * from MyTable where myVar = 'RED'
output:
SELECT * FROM MYTABLE WHERE...
October 21, 2016 at 2:41 pm
Phil Parkin (10/21/2016)
Is anyone experiencing the effects of this?http://gizmodo.com/this-is-probably-why-half-the-internet-shut-down-today-1788062835
Yes indeed. The website for our soccer club was down for about the half the day today. I kept receiving reports that...
October 21, 2016 at 1:47 pm
g.powers (10/21/2016)
October 21, 2016 at 8:27 am
coool_sweet (10/20/2016)
i have table from where data is coming like this
price
12.345
345.6789
23.56
now i am taking this into tem table nd what i need is remove decimal and round the number...
October 20, 2016 at 1:57 pm
Still kind of guessing here. I assume you have a table with the teachers in it that you could use for this. Since it is unclear I created a cte...
October 18, 2016 at 8:36 am
sindhupavani123 (10/18/2016)
Its quite close to what i expect
In your query 'left join #something s on s.day = d.NameOfDay
and s.name = 'Mary'' you are trying to retrieve data...
October 18, 2016 at 8:28 am
NineIron (10/18/2016)
October 18, 2016 at 8:08 am
Pretty sparse on details here. I notice you are very new around here so I decided to help you out with some ddl and sample data so you can see...
October 18, 2016 at 8:00 am
harleen5102 (10/18/2016)
I want to add string "@abc.com" next to the Employ_ref for each employee. What is the best way to do so?
USE tempdb
GO
CREATE TABLE [Staff](
[Surname] [nvarchar](255) NULL,
[Forename] [nvarchar](255) NULL,
[Employ_ref] [float]...
October 18, 2016 at 7:50 am
Grumpy DBA (10/18/2016)
Grant Fritchey (10/18/2016)
BLOB_EATER (10/18/2016)
Grant Fritchey (10/18/2016)
Evidently stating the obvious when others are stating the opposite is...
October 18, 2016 at 7:45 am
Viewing 15 posts - 1,156 through 1,170 (of 15,381 total)