Viewing 15 posts - 46 through 60 (of 237 total)
if you go to the files tab on the restore GUI you will be able to rename the file there under the restore as heading
July 15, 2015 at 4:26 am
Solved my issue too but i would like to understand why?
My query also worked direct on management studio but not through SSIS with OLEDB source \ destination
CODE:
--variables to...
July 15, 2015 at 4:23 am
SQLAssAS (3/19/2015)
ZZartin (3/13/2015)
March 19, 2015 at 8:07 am
ZZartin (3/13/2015)
If you're actually expecting data with " in it can you change the file format from say comma delimited with " qualifiers to something else like just | delimited?
If...
March 19, 2015 at 8:06 am
thanks for the advise of putting multiple statements, i ended up with 8!!
I am going to open a seperate thread for this issue
March 12, 2015 at 4:16 am
you mention windows update - has SQL been restarted as a result of updates, and a new port has been picked up?
Check the port number and add it to your...
February 23, 2015 at 9:18 am
thats the best thing you could have said "what second dataset"
I was using 2 datasets, one for the main data set which had all of the information in the table,...
February 17, 2015 at 7:02 am
Hi David, thanks for your reply
the same error still happens im afraid!
I put this filter on the main data set, then tried the second data set but the error happened...
February 17, 2015 at 6:45 am
I am now getting the error
Incorrect syntax near 'nvarchar' - i have extended the variable to 100 to see if it was too short and it still does not...
February 17, 2015 at 4:13 am
Thanks for your help so far
So i created a procedure:
alter procedure sp_SSRSFindDatabase @DatabaseName varchar(30)
as
select RTRIM(@Databasename) --+ '%'
select [ServerInstance], [Database Name],[Owner], [Recovery Model] , [Compatibility Level], [State]
from [dbo].[tbl_Databases]
where [Database Name] like...
February 17, 2015 at 3:36 am
I know how to do a drop down, but want to know how to do a wildcard search too 😉
February 16, 2015 at 10:23 am
Hi..
I have 5 columns in my report:
ServerInstance, Database Name, Recovery Model,
Compatibility, State
This has all the databases across our SQL estate in it.
Its main function is to enable me and other...
February 16, 2015 at 10:13 am
Viewing 15 posts - 46 through 60 (of 237 total)