Viewing 15 posts - 691 through 705 (of 2,008 total)
BTW here is another point of difference between Oracle & SQL Server. The definition of rewrite.
Oracle:
Query rewrite, which transforms a SQL statement expressed in terms of tables or views into...
December 21, 2011 at 4:27 pm
PaulB-TheOneAndOnly (12/21/2011)
Elliott Whitlow (12/20/2011)
December 21, 2011 at 4:14 pm
OR
SELECT *
FROM OPENDATASOURCE('SQLNCLI',
'Data Source=London\Payroll;Integrated Security=SSPI')
.AdventureWorks2008R2.HumanResources.Employee
December 21, 2011 at 4:01 pm
Then link the Server at runtime 😉
SELECT a.*
FROM OPENROWSET('SQLNCLI', 'Server=Seattle1;Trusted_Connection=yes;',
'SELECT GroupName, Name, DepartmentID
FROM AdventureWorks2008R2.HumanResources.Department
...
December 21, 2011 at 3:59 pm
GSquared (12/21/2011)
Only where you need to do bitwise comparisons.I've been working with databases and their code for about 11 years, and I've never yet needed to use one
I find excuses...
December 21, 2011 at 3:39 pm
This problem can occur when the password of the inter-domain trust account is not synchronized on both sides of the trust relationship.
Following KB articles might help you.
December 21, 2011 at 3:34 pm
bwoulfe (12/21/2011)
Dev (12/21/2011)
bwoulfe (12/21/2011)
December 21, 2011 at 3:21 pm
SQL Guy 1 (12/21/2011)
I could...
December 21, 2011 at 3:12 pm
bwoulfe (12/21/2011)
December 21, 2011 at 3:04 pm
ON Customers.dbo.Lead.Last_Evaluation_Product__c = Customers.dbo.Product.Name -- the culprit.
Please resolve collation conflict with COLLATE clause.
COLLATE (Transact-SQL)
December 21, 2011 at 3:01 pm
Are you using SSMS or trying to connect via some application (third party/own)?
December 21, 2011 at 2:51 pm
SQL Server Agent Mail
http://msdn.microsoft.com/en-us/library/ms188235.aspx
Using Database Mail with SQL Server Agent
December 21, 2011 at 3:36 am
engrshafiq4 (12/21/2011)
Dev (12/21/2011)
Koen Verbeeck (12/21/2011)
Phil Parkin (12/21/2011)
But it will continue to cause confusion, and, for some, I suspect, annoyance.
Tsk tsk tsk, Hall Of Fame, is that the christmas...
December 21, 2011 at 3:02 am
Try *r*n or *n.
Note: SSC removes back-slash(\)n from the post so replacing '\' with '*'
December 21, 2011 at 2:52 am
Koen Verbeeck (12/21/2011)
Phil Parkin (12/21/2011)
But it will continue to cause confusion, and, for some, I suspect, annoyance.Tsk tsk tsk, Hall Of Fame, is that the christmas spirit? 😀
It might not...
December 21, 2011 at 2:40 am
Viewing 15 posts - 691 through 705 (of 2,008 total)