Viewing 15 posts - 6,196 through 6,210 (of 6,400 total)
Not a problem
Just remember when you do go to production with this that you either give the Secondary's agent account the rights to access a $ share, so local admin,...
November 4, 2011 at 2:59 am
that's what I thought but the data isn't padded in the db with extra spaces, that was my first check, it must be something in bids which is doing it
November 3, 2011 at 12:43 pm
GilaMonster (11/3/2011)
anthony.green (11/3/2011)
I do a checkdb once a month usingIs once a month often enough? Do you retain all your backups (logs included) for a full month?
The DB is in...
November 3, 2011 at 10:25 am
nothing jumps out at me, I do a checkdb once a month using
EXEC sp_MSforeachdb 'USE [?]; DBCC CHECKDB'
it then reads the error log and spits any errors into an email
takes...
November 3, 2011 at 10:10 am
thats the network path so the secondary can pick up the logs
as its the same box, put \\hostname\d$\sql\backups
or make the backups folder a shared folder eg \\hostname\backups
November 3, 2011 at 6:10 am
I think this is just BIDS trying to wind me up, and succeding. :angry:
Deployed the report the server, run it, all its all fine, no padding, the row isn't expanding....
November 3, 2011 at 5:58 am
Doh, of course, I knew it would of been something simple I was missing.
November 3, 2011 at 5:10 am
the columns where converted into NUMERIC and DECIMAL using CONVERT, please see my first post
converting them to FLOAT has solved the issue
November 3, 2011 at 4:26 am
Thanks Edward, totally appreciate that, I would of still expected SQL to come back with 4 and not 4.34
November 3, 2011 at 4:25 am
we get this from time to time, its usually down to locking, this has now gone away 99% of the time due to better indexes speeding up the queries so...
November 3, 2011 at 3:13 am
http://www.microsoft.com/learning/en/us/certification/exam-policies.aspx#revoke
Tab2 - NDA
Using unauthorized materials in an attempt to satisfy Exam requirements (this includes using brain-dump[/u] material and/or unauthorized publication of Exam questions with or without answers)
November 3, 2011 at 3:05 am
you could of installed a new instance of SSRS without uninstalling, but then you would have to do the following
http://hostname/reports_instancename
unless you created a host header record in DNS and...
November 3, 2011 at 2:58 am
Yeah, I cant help you on Progress, never touched it.
Have you tried here
http://www.datadirect.com/product-downloads/connect64-odbcwin.html or even just the root, they seem to have a host of drivers
November 2, 2011 at 8:48 am
yeah, you should see that option, its on the very first screen before you have clicked anything.
if you dont mind me asking, what DB provider are you linking to and...
November 2, 2011 at 8:31 am
Viewing 15 posts - 6,196 through 6,210 (of 6,400 total)