Viewing 15 posts - 76 through 90 (of 371 total)
That's what I am thinking too. There is a password that I have to decypt.
January 10, 2017 at 4:23 pm
I am on the SQL Server itself. Thank you for your help, I may just have to get RedGate.
January 10, 2017 at 3:05 pm
yes I am sysadmin and yes I am in on a DAC connection. I double checked my properties and the connection name is admin:SqlServerName (DomainName\MyUserName)
and yes when I run the...
January 10, 2017 at 2:01 pm
If I run that it says the object is not encrypted or not found.
If I try to modify or alter I get access rights error.
The UserDefinedFunction '[dbo].[FunctionName]' cannot be scripted...
January 10, 2017 at 1:48 pm
Lowell,
This is where I get lost...
BEGIN TRANSACTION
DECLARE @sql NVARCHAR(MAX)
SET @sql = N'ALTER'+@ObjectNameStmTemplate
...
January 10, 2017 at 1:23 pm
John Dempsey (11/10/2009)
March 22, 2016 at 7:07 am
Jeff Moden (3/16/2016)
lkennedy76 (3/16/2016)
Thank everyone for all your replies. I am truly...
March 17, 2016 at 11:27 am
After a long hard battle of 'I don't wanna', the temp table is the best option in this scenario.
Thank everyone for all your replies. I am truly grateful for this...
March 16, 2016 at 1:00 pm
I should have put the whole query out here. I am mixing so I need to group. Here is the whole query;
select
p.Date as [Payment to Carrier Date],
t.ConfirmationID as [Confirm Number],
t.SDate...
March 15, 2016 at 11:33 am
I put the ISNULL back and got amounts back but I am at the same cross road, the second column (OrgAmount) is not adding up to one amount.
March 15, 2016 at 9:33 am
Phil Parkin (3/15/2016)
lkennedy76 (3/15/2016)
March 15, 2016 at 9:03 am
yb751 (3/15/2016)
Jason-299789 (3/15/2016)
The NULL will only be eradicated if there is a row with a non-Null value, in the same column.
See the code below, when aggregating on Account.
DECLARE @myTable...
March 15, 2016 at 8:57 am
I have null values that I need to remove, ISNULL does that, why would I not use it?
March 15, 2016 at 8:53 am
Swoozie,
I think it was permissions. This was a few years ago, are you having issues with repl?
February 1, 2016 at 11:39 am
That's a nice script however it really is just simple to put the code where is looks to see if it is primary or not. That's all I did on...
December 11, 2015 at 9:26 am
Viewing 15 posts - 76 through 90 (of 371 total)