Viewing 10 posts - 1 through 10 (of 10 total)
I have his book on the 70-461 exam and it's very easy to read - hopefully this new one is the same!
Here's a query I wrote:
-- now the tricky bit...
December 5, 2013 at 4:18 am
Woo-hoo....you da man :cool:!!
Seriously though, many thanks for taking the trouble to go through my pain 🙂
I wonder why it'll work that way but not through the way you'd...
August 2, 2011 at 6:51 am
Yes, they're both using the 'sa' username and password.
August 2, 2011 at 6:41 am
There are no other expressions being used and as you can see in the screenshot, they're both OLE DB destinations.
Both connections in the connection manager have a type of OLEDB.
August 2, 2011 at 6:00 am
I don't know the answer to that one - it's what's in the dropdown list.
With the 'no-expression' everything is [] and in the expression version it's all quoted!
Very strange!
August 2, 2011 at 5:28 am
"Data Source="+ @[User::VarHQServer] + ";Initial Catalog="+ @[User::VarHQDatabase] +";User ID="+ @[User::VarHQUserName] +
";password="+ @[User::VarHQPassword] + ";Persist Security Info=True; Provider=SQLNCLI10.1;Auto Translate=False;"
August 2, 2011 at 5:17 am
I'm using SQL Server 2008
August 2, 2011 at 4:30 am
If I use a connection that doesn't have an expression I get this:
If I use an expression for the connectionstring I get these options:
One weird things is the icons used...
August 2, 2011 at 4:29 am
Sorted it - it was the compatibility level of the database - it was set to 80 but need to be at least 90.
June 11, 2009 at 3:01 am
Msg 102, Level 15, State 1, Procedure dba_SearchCachedPlans, Line 27
Incorrect syntax near '.'.
Any ideas anyone? THe SQL looks good to me.
June 11, 2009 at 2:32 am
Viewing 10 posts - 1 through 10 (of 10 total)