Viewing 15 posts - 4,816 through 4,830 (of 6,400 total)
pavanpala.vja (5/31/2012)
But Unfortunately i have one more Requirement same like...i need to Insert the Incremented value in other table
Example ...
May 31, 2012 at 2:54 am
Andy Hyslop (5/31/2012)
Crabbies is a bit cheaper than Asda and you get a 12 pack case instead of the 8 pack case for a few quid extra
I think I see...
May 31, 2012 at 2:50 am
If you add in <RSWindowsNegotiate/> under authentication types, then restart SSRS what happens?
So it should look like the below.....
<Authentication>
<AuthenticationTypes>
<RSWindowsNegotiate/>
<RSWindowsNTLM/>
</AuthenticationTypes>
<RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
<RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>
May 31, 2012 at 2:38 am
Andy Hyslop (5/31/2012)
I have to say I'm enjoying Crabbies alcoholic ginger beer at the moment
+10000 !! 😀
I'm quite fond of Banana Bread Beer - Sounds a bit unusual but...
May 31, 2012 at 2:27 am
Out of interest, why do you want to increament journal values, typically when a journal is saved it shouldnt be modified (well thats how finance systems I've worked with in...
May 31, 2012 at 2:21 am
does the account running the SSRS service have access to the SSRS Databases?
May 31, 2012 at 2:13 am
What authentication types do you have in the RSReportServer.config file under the <Authentication> xml node?
May 31, 2012 at 2:09 am
By default the only accounts permitted to connect to a fresh instance of SSRS is anyone in the administrators group of the server where SSRS is installed.
Does the account you...
May 31, 2012 at 1:56 am
I have to say I'm enjoying Crabbies alcoholic ginger beer at the moment, but my best thing to drink of late is Hoegaarden Rose
May 31, 2012 at 1:32 am
If you backup 2005 and restore over the 2008 RS DB's you will loose your 2008 reports so you wont want to do that.
Options you have are
use a tool...
May 31, 2012 at 1:25 am
duplicate post, replies here http://www.sqlservercentral.com/Forums/Topic1308723-150-1.aspx
May 31, 2012 at 1:17 am
It will stay in recovery until it has rolled back, rolled forward what it needs to do. Now depending how big the transactions and how long the transactions where...
May 31, 2012 at 1:11 am
BrainDonor (5/30/2012)
If your Log-Shipping is for Disaster Recovery then what happens if your 2005...
May 31, 2012 at 1:03 am
All three of the answers to them can be found on google.
Copy your questions, place them into google and you will get the answer. I have just...
May 30, 2012 at 5:51 am
you will need to build it into a variable then pass in that variable
declare @attach nvarchar(max)
set @attach = 'C:\fjnrfrgrjnjnfg'+CONVERT(NVARCHAR,GETDATE(),112)+'.xls'
sp_send_dbmail ......, @file_attachments = @attach
May 30, 2012 at 5:08 am
Viewing 15 posts - 4,816 through 4,830 (of 6,400 total)