Viewing 15 posts - 6,211 through 6,225 (of 6,395 total)
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
have you run through the reporting services configuration wizard end to end?
November 1, 2011 at 9:26 am
another factor as to acceptable loss of data and spending etc is your RTO, you need to know that with your backup routines you can recover within your RTO as...
November 1, 2011 at 8:22 am
a bit crude, but you get the idea
create table a (a varchar(10))
go
insert into a values ('123abc');
insert into a values ('1023');
insert into a values ('12dcrttg');
insert into a values ('frtgwef');
insert into a...
November 1, 2011 at 8:17 am
Believe this to be a duplicate post
http://www.sqlservercentral.com/Forums/Topic1197945-391-1.aspx
November 1, 2011 at 4:18 am
Viewing 15 posts - 6,211 through 6,225 (of 6,395 total)