Viewing 15 posts - 3,571 through 3,585 (of 8,731 total)
If these are flat files, you could also create stored procedures using bulk insert.
January 8, 2016 at 10:15 am
If names and schedules (possibly format/columns) are different, why don't you create 2 packages with the correspondent schedules?
For the names, just set the connection string as an Expression and use...
January 8, 2016 at 10:14 am
You need to run it multiple times or if the output is the same, just copy the file.
January 8, 2016 at 10:04 am
SQL!$@w$0ME (1/8/2016)
What tool should I use to create tables as part of a db design(from logical/conceptual model). I'm new to development/design.
DB model has been created on Visio 2010.
Please...
January 8, 2016 at 7:35 am
Ed Wagner (1/8/2016)
Brandie Tarvin (1/8/2016)
rodjkidd (1/8/2016)
Brandie Tarvin (1/8/2016)
January 8, 2016 at 7:29 am
guy 1966 (1/7/2016)
UPDATE `categories` SET `parent_id`= 0 [2055] WHERE `sort_order`= 1
the 2055 is the value to try to applie, but I have error syntax... I use...
January 7, 2016 at 1:02 pm
Here are 2 options. Analyse them, test them and choose.
UPDATE t
SET PROV_NBR = x.PROV_NBR
FROM PARTB t
CROSS APPLY ( SELECT TOP (1) p.PROV_NBR
...
January 7, 2016 at 12:40 pm
guy 1966 (1/7/2016)
January 7, 2016 at 12:16 pm
You might have some problems with your network making you lose connectivity with the server or someone (or something) is killing your connection.
January 7, 2016 at 9:43 am
I agree on staying with tested solutions. However, I just wanted to leave an idea on how it can be done by using a starting date (I chose the first...
January 7, 2016 at 8:39 am
ChrisM@Work (1/7/2016)
Phantom forum post!Go to this thread
Click on the Quote button
Scroll down to view earlier posts (click on the [+] icon if necessary)
I've seen that several times. It happens with...
January 7, 2016 at 6:29 am
Sergiy (1/6/2016)
Lynn Pettis (1/6/2016)
January 6, 2016 at 4:29 pm
chrisn-585491 (1/6/2016)
http://www.computerworld.com/article/2915904/it-outsourcing/fury-rises-at-disney-over-use-of-foreign-workers.html
Unfortunately, they're hiring people from India instead of the southern neighbors. However, I always remember a meme about this: http://i.imgur.com/shDmF0L.jpg
I hope I don't offend anyone in here.
January 6, 2016 at 4:25 pm
Sergiy (1/6/2016)
Luis Cazares (1/6/2016)
I'll just want some help from those who prefer subqueries over CTEs to transform one of our favorites functions.
You know, people been splitting delimited lists for many...
January 6, 2016 at 4:17 pm
Been following this discussion, but I didn't feel like getting in it.
I believe that over use of CTEs is as bad as the lack of CTEs. I'd rather hire a...
January 6, 2016 at 2:53 pm
Viewing 15 posts - 3,571 through 3,585 (of 8,731 total)