Viewing 15 posts - 376 through 390 (of 7,636 total)
What database are you starting the Service Broker in? What are the settings for that database in SQL 2012, and how do they compare with the 2008 R2 version...
May 16, 2012 at 8:31 am
The problem is that how date strings are interpreted are a user/connection settable option, so the SQL Agent's login/connection may have something set differently than your personal account.
Consider the following...
May 16, 2012 at 8:18 am
And here's [/url]a stored procedure that automates doing almost anything over a SELECT statement without using Cursors or Loops.
May 16, 2012 at 5:52 am
jonas.kasper (5/16/2012)
The variable @receivedValue is sent from a macro and i need to collect it to use in the select-statement...
The phase "sent from a macro" is extremely unclear. Thousands...
May 16, 2012 at 5:49 am
jonas.kasper (5/16/2012)
By the...
May 16, 2012 at 5:38 am
SQLRNNR (5/15/2012)
Brandie Tarvin (5/14/2012)
Daniel Bowlin (5/14/2012)
RegionalSectional
Couch
Slouch
May 15, 2012 at 9:07 pm
Jeff Moden (5/15/2012)
RBarryYoung (5/15/2012)
Eugene Elutin (5/15/2012)
jonas.kasper (5/15/2012)
I am creating a job that will send emails every morning showing different data that has occured during the last day. Some...
May 15, 2012 at 9:02 pm
Actually, I think that you want data type 203 instead of 201 (or 200).
May 15, 2012 at 3:26 pm
I think that that's an OLEDB error that basically means "I don't know what you're trying to connect me to, but it's sure not OLE DB."
May 15, 2012 at 2:48 pm
Yeah, I haven't seen this particular anti-pattern since the 80's. My sympathy Norm. 🙁
May 15, 2012 at 1:23 pm
Check the firewall settings, they can cause exactly this error. (I saw it just last week at a customer site).
May 15, 2012 at 12:19 pm
nano2nd (5/15/2012)
May 15, 2012 at 12:05 pm
That error usually means that that TRN file is corrupt.
May 15, 2012 at 12:00 pm
Eugene Elutin (5/15/2012)
jonas.kasper (5/15/2012)
I am creating a job that will send emails every morning showing different data that has occured during the last day. Some of the data...
May 15, 2012 at 11:56 am
thang_ngo_2002 (5/15/2012)
@P Jones: I want to use the simplest way, just install SQL Integration service...
May 15, 2012 at 11:52 am
Viewing 15 posts - 376 through 390 (of 7,636 total)