Viewing 15 posts - 6,211 through 6,225 (of 6,400 total)
what is your Sybase database running on ASE or ASA(SQLAnywhere), as you cant cross the two drivers over on to different platforms as we have been told by Sybase support...
November 2, 2011 at 8:20 am
did you select the x86 processor type from the options section of the initial splash screen for the install of SSRS
can you not create the system DSN via c:\windows\syswow64\odbcad32.exe and...
November 2, 2011 at 8:17 am
well I have to say I did not know that, only experience I have with express is the install of VS2010 when it creates a SQLEXPRESS instance, other than that...
November 2, 2011 at 8:09 am
Kim Killian-SiteDataView (11/2/2011)
we are using the default instance not a named instance
If you dont specifiy an instance on the installation the default instance for express will be SQLEXPRESS, so unless...
November 2, 2011 at 7:28 am
SQL express installs an instance (HOSTNAME\SQLEXPRESS), or if you set it up will create instances based on users.
You will need to find the port which the instance is using and...
November 2, 2011 at 5:49 am
i've had trouble like this before, it was down to permissions, detaching a database usually in single user mode locks the files to the user who detached it, so trying...
November 2, 2011 at 5:44 am
I no longer work in the company where I used Sybase so I cant find the setting in the DSN for you, but I know it wasnt something which said...
November 2, 2011 at 3:59 am
on the flat file source, specify " as a text qualifier to have SQL strip out the " on the import
November 2, 2011 at 3:49 am
use ssis to dump the data into a table or the import export data wizard, then you can query the table with the data
November 2, 2011 at 3:45 am
I fall in to this trap most of the time as well, never remeber to restart the Agent to get it to pick up the mail profile
November 2, 2011 at 2:41 am
I don't think there is from within SQL itself, but you could write a WMI query which polls the service and sends an email out when its stopped.
something along the...
November 1, 2011 at 10:52 am
Doh, should of said sp_dropserver, but I guess you knew that
November 1, 2011 at 10:45 am
Ummmm.... thats a good one, saying a kick is to drop the DB or a table in the video, I am guessing that dropping down will issue DROP SERVER or...
November 1, 2011 at 10:41 am
Firefox has issues with authentication and always prompts for usernames and passwords in my experience as I believe it doesnt handle the kerberos authenitcation like IE does.
Using IE always automatically...
November 1, 2011 at 10:03 am
what browser are you using when trying to get to your SSRS web page?
November 1, 2011 at 9:45 am
Viewing 15 posts - 6,211 through 6,225 (of 6,400 total)