Viewing 15 posts - 151 through 165 (of 326 total)
Lokesh Vij (1/17/2013)
Whilst, I was trying to look at the queries executed in estimated execution...
January 18, 2013 at 1:47 am
It does work in R2 ; I have used openrowset in my project for adhoc insertions..
January 17, 2013 at 6:49 am
Steve Jones - SSC Editor (1/16/2013)
This kind of works, but I'm wondering if you've calculated something in this view already.
SELECT cid, COUNT(DISTINCT ccid)
FROM dbo.MyTable
GROUP BY cid
I think this...
January 17, 2013 at 1:32 am
Result set is all integer , because of Population_A INT, I should have added that as float.
with float , result set would be
MONTHNO SUM_COL
1 ...
January 16, 2013 at 11:55 pm
Dehqon D. (1/16/2013)
January 16, 2013 at 11:52 pm
block 5753 (1/16/2013)
But still getting:
select dbo.RAT(' ',' hey there dudes',1)
Msg 4121, Level 16, State 1, Line 1
Cannot find either...
January 16, 2013 at 10:41 pm
Lokesh Vij (1/16/2013)
I did observed this strange behavior, but was not aware of the reason behind this. Thanks 🙂
+1
good question ..thanks...
January 16, 2013 at 10:31 pm
ShineBoy (1/16/2013)
January 16, 2013 at 3:23 am
Lokesh Vij (1/15/2013)
Execute this first:
EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.12.0', N'AllowInProcess', 1
GO
EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.12.0', N'DynamicParameters', 1
GO
Then try to execute your query with this change:
SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Excel 8.0;Database=C:\Users\sathiyanr\Desktop\dynamic.xlsx',
'SELECT *...
January 16, 2013 at 2:36 am
for missing explanation ; I think Funtion is designed to return a value . When error handling is allowed , suppose an exception is raised , the return value is...
January 15, 2013 at 10:22 pm
I got it right for wrong reasons ;
Learned something.. thanks for the question..
January 14, 2013 at 10:18 pm
Lokesh Vij (1/13/2013)
Wow.. Thanks Ron for another one on SS2012 🙂
+1
Thanks for the question..
January 13, 2013 at 10:27 pm
easy one to start the day .. the brackets made it easy ..
January 9, 2013 at 9:17 pm
I missed it completely 🙁
. no regret , learned something .
Also, I am glad to see that on aswering the question, equation for right and wrong is 0% and...
January 7, 2013 at 9:12 pm
Viewing 15 posts - 151 through 165 (of 326 total)