Viewing 15 posts - 3,886 through 3,900 (of 6,397 total)
Then there is no data for that particular empcode.
Please provide DDL, sample data and expected outcome.
August 23, 2012 at 7:50 am
PM from OP
raghuldrag (8/23/2012)
hi friendafter removing that temp also its given same message
if you have remove the line detailing into #temp then you have not provided the...
August 23, 2012 at 7:42 am
remove the into #temp line or select out of the #temp table after doing the insert.
also depends on what else you are doing to the #temp table after the data...
August 23, 2012 at 7:33 am
the output of that is only the rows affected message as your not selecting anything out, your selecting into a table.
August 23, 2012 at 7:20 am
Seems to tick most of the boxes for us.
August 23, 2012 at 6:57 am
Thanks Lowell, I had seen something on Zendesk on my searches, but nothing that passed me over to that link. Will see if the developers here can pick apart...
August 23, 2012 at 6:33 am
Can you post the DDL and some sample data with expected outcomes, its unclear from your initial post what the table structure is.
August 23, 2012 at 5:54 am
need to grant the account which is running sql agent on the secondary server access to the share, or make the share available to everyone.
August 23, 2012 at 5:34 am
Generally in the environments I have worked in the past, only the DBA's have had the skill set to develop SSRS reports, so we controlled everything.
We also didnt allow the...
August 23, 2012 at 3:50 am
Have you tried using First and Last instead of Min and Max?
August 23, 2012 at 3:47 am
Well you will need to change the PLSQL into T-SQL, but is there a reason you cant just use the UPPER function?
SELECT UPPER('hello')
August 23, 2012 at 3:46 am
Just need to specify the DSN in the Data Source and UID and PWD go in the security screen
August 23, 2012 at 2:44 am
Install the Sybase ODBC drivers to your SQL server, create a DSN on the SQL server to Sybase, then use the standard ODBC driver type in the linked server configuration.
August 23, 2012 at 2:03 am
Viewing 15 posts - 3,886 through 3,900 (of 6,397 total)