Viewing 15 posts - 6,646 through 6,660 (of 11,678 total)
You can directly type the destination table in the OpenRowset property. You can try with myDatabase.mySchema.myTable, but I can't garantuee it will work.
July 24, 2012 at 1:20 am
Would you mind sharing those rules?
July 24, 2012 at 1:19 am
Try to get your hands on Itzik's book Microsoft SQL Server 2012 High-Performance T-SQL Using Window Functions. It has a few solutions for the "gaps and islands" problem.
July 24, 2012 at 1:16 am
With different resultset, do you mean different columns? Because that won't work in SSIS. The metadata in the dataflow is static, to ensure high performance.
July 24, 2012 at 1:13 am
A uniqueidentifier (GUID) contains text, so it's only logical that you cannot convert it directly to an INT.
What you can do is create a mapping table. Generate your GUID and...
July 24, 2012 at 1:08 am
You can post images as an attachment of your post. When writing a reply, scroll to the bottom of the window to post options. There you can upload attachments.
Regarding your...
July 24, 2012 at 1:06 am
I guess SpaceID from the first SELECT is the same as ContactID?
Do you have any rules to determine if a datafield is a phonenumber, an e-mail, a pincode, ...?
July 24, 2012 at 1:02 am
Easy one 🙂
*nitpicking mode on*
The question should ask "logical processing order", as the optimizer can throw things around in order to get better performance, as long as the result is...
July 24, 2012 at 12:56 am
Jeff Moden (7/23/2012)
July 23, 2012 at 11:15 pm
I'm not 100% sure, but I don't think the checkbox for Enable Package Configurations needs to ticked in order to specify a config file in a job. I'll have to...
July 23, 2012 at 3:13 am
You still can use the same method, but you need to disable package configurations and rely solely on the configurations specified in the SQL Agent jobs.
July 23, 2012 at 2:12 am
First of all you should take a look at your environment when the timeout occurs. Is the netwerk down? Did one of the servers crash? Is another process eating away...
July 23, 2012 at 1:27 am
It seems that you got timeout issues? Busy server? Network latency/issues? It could be a lot of things that cause this issue.
July 23, 2012 at 12:21 am
Selected the right answer, then changed my mind. Damn you Monday!
July 23, 2012 at 12:06 am
Jeff Moden (7/22/2012)
July 22, 2012 at 11:09 pm
Viewing 15 posts - 6,646 through 6,660 (of 11,678 total)