Viewing 15 posts - 2,131 through 2,145 (of 11,678 total)
Google on this error message and try some of the suggestions that you find:
Could not create an acceptable cursor.
I've seen some resolutions where the error was caused because there was...
August 6, 2014 at 1:07 am
Great story and very inspirational.
August 6, 2014 at 12:48 am
SELECT *
FROM sms_processedfeeds
WHERE pf_fund='108'
AND pf_trtype='SIPDEBALT2'
AND pf_entdt >= '08/05/2014 00:00:00'
AND pf_entdt < '08/06/2014 00:00:00'
August 6, 2014 at 12:36 am
Nice question. I use SQLPrompt by Redgate so I immediately get all the column names and data types through the IntelliSense without even doing anything 😎 :w00t:
August 6, 2014 at 12:31 am
Eirikur Eiriksson (8/6/2014)
Jeff Moden (8/5/2014)
rajeshn29.dba (8/5/2014)
I would like to know SQL DBA high ended question (5+ years’ experience) what kind of questions they will ASK …………………. Just for curiosity...
August 6, 2014 at 12:27 am
happycat59 (8/5/2014)
They should be - in the project properties, you set the folder that you want to deploy shared datasets to. ...
August 6, 2014 at 12:21 am
SQLRNNR (8/5/2014)
Koen Verbeeck (8/5/2014)
SQLRNNR (8/5/2014)
pmadhavapeddi22 (8/5/2014)
I am surprised to know that such a simple QOTD "FROM Hugo" !!! :w00t:Agreed. Hugo usually gives something much more involved.
It's the holiday season...
August 5, 2014 at 7:38 am
SQLRNNR (8/5/2014)
pmadhavapeddi22 (8/5/2014)
I am surprised to know that such a simple QOTD "FROM Hugo" !!! :w00t:Agreed. Hugo usually gives something much more involved.
It's the holiday season for everyone 😎
August 5, 2014 at 7:19 am
Dinesh R. Nandwalkar (8/5/2014)
Dose JOIN function in Report will work if yes then how?
That will work when you want to display the values of the parameter into a textbox.
Not sure...
August 5, 2014 at 7:01 am
This article should get you started:
Loop through Excel Files and Tables by Using a Foreach Loop Container
August 5, 2014 at 6:58 am
susmitha117 (7/30/2014)
I have a file which changes every week @C:\TEMP(data and filename both) schema remains the same all the time. I want to import this data to sql and save...
August 5, 2014 at 6:57 am
Dinesh R. Nandwalkar (8/5/2014)
I have developed report in Microsoft Visual Studio 2008 only
Your initial question states otherwise:
I have developed report with parameter having multi value option. The report was developed...
August 5, 2014 at 6:39 am
Well it is weird. SSRS 2008R2 can work with multi-valued parameters. A bit strange you develop on SQL Server 2012, only to deploy to a lower version.
What if you create...
August 5, 2014 at 6:29 am
Dinesh R. Nandwalkar (8/5/2014)
Correct
No use of stored procedures?
August 5, 2014 at 6:16 am
So if I understand it correctly, SSRS passes ('A','L','P') to SQL Server in acceptance, but ('A,L,P') in production?
Without any changes to the report or queries?
August 5, 2014 at 6:11 am
Viewing 15 posts - 2,131 through 2,145 (of 11,678 total)