Viewing 15 posts - 12,616 through 12,630 (of 39,810 total)
I'm not sure you can. I'm not sure it should matter from the server. The idea of the API is the server sees calls to it without worrying about clients.
Does...
March 6, 2013 at 9:32 am
Use SSIS to build a package. Base a query on dateadd to get the previous 11 months in your query.
March 6, 2013 at 9:30 am
You can't do this. The listener reacts to the read intent setting in the connection string. The architectural guidelines say that you should have multiple connection strings for your application...
March 6, 2013 at 9:29 am
There are a few things you can do. First, if you are loading into a destination that expects integers for the first field, you'll never load those records. However you...
March 6, 2013 at 9:23 am
It certainly sounds interesting. I'd like to give the desk on wheels a try if I go back to an office.
March 6, 2013 at 9:15 am
You don't get the chance to answer in the email. When you click, the whole question (Edited or not) appears, along with the answers. If you don't re-read the question,...
March 1, 2013 at 3:59 pm
Fair enough, I was thinking of many CS problems that loop until space is exhausted.
I'd still argue this is an infinite loop in code. It's the hardware and environment that...
March 1, 2013 at 9:46 am
I guess perceptions are different. With the comments noting
-- first step
...
-- second step
...
I executed each section of code until the next comment, since that made sense to me. Executing...
March 1, 2013 at 8:41 am
I agree with OPC.Three that you doing this without knowing how to get started is concerning. If you're just unorganized, but you understand the idea of DR and options in...
March 1, 2013 at 8:34 am
It's not clear what you are trying to do.
There's a Derived Column transformation. Do you mean a computed column?
March 1, 2013 at 8:33 am
batgirl (2/28/2013)
This really speaks to me today.
Glad to hear it, and glad things are going well.
Love to see a card trick if we end up at the same...
February 28, 2013 at 10:11 am
Lowell (2/27/2013)
Steve Jones - SSC Editor (2/27/2013)
Haven't seen a lot on it. I know Adam Machanic and a few people use it, but don't see much written.
I did run across...
February 27, 2013 at 3:43 pm
You could call a remote stored proc and return values back. That might allow you to use OUTPUT on the remote side, and then when it returns, insert those into...
February 27, 2013 at 2:17 pm
Stefan Krzywicki (2/27/2013)
I haven't done anything with CLR in a few years. Now I need to create JSON files and CLR looks like the best way. Anyone have a link...
February 27, 2013 at 2:16 pm
You definitely will get implicit conversions, which can be a huge slowdown. I'd fix this first.
The plan shows that the inserts to the AuditLog table, and then the full text...
February 27, 2013 at 10:32 am
Viewing 15 posts - 12,616 through 12,630 (of 39,810 total)