Viewing 15 posts - 3,796 through 3,810 (of 4,820 total)
pwalter83 (8/18/2014)
sgmunson (8/18/2014)
August 18, 2014 at 10:00 am
The reason it includes NOCHECK is to ensure that the index would get created. It might not be of much use, but imagine the complaints if the script...
August 18, 2014 at 9:57 am
Okay, so now the excuse for not explaining EVERYTHING is that some of the columns aren't in use??? Really? Sorry, but I'm done with this. ...
August 18, 2014 at 9:26 am
You need to be a lot more detailed about exactly what steps you took. You said you added the query to a job, but failed to state exactly...
August 18, 2014 at 8:51 am
Okay, then... It's become obvious that we simply do not have the proper understanding of your data. We need to know the following:
1.) What a record in...
August 18, 2014 at 8:45 am
If only this were a question easily answered... The problem is that no one is likely to be interested in sharing any actual rate information, as doing...
August 18, 2014 at 8:00 am
I still don't have any indication as to the results of the GROUP BY query I submitted. If you didn't run it because it uses a CTE, then...
August 18, 2014 at 7:25 am
The OP re-posted in a separate thread.
August 15, 2014 at 3:47 pm
Erin. (8/14/2014)
This got me where I wanted to go.Reason behind all of this is separation of duties.
I'm not sure I understand how "separation of duties" has any bearing on the...
August 15, 2014 at 1:46 pm
Alex R (8/15/2014)
sgmunson (8/15/2014)
August 15, 2014 at 10:03 am
Are you sure that the @date parameter should have a character value of OBJECTIDLIST ? That's not a terribly well-named parameter if it should. I know...
August 15, 2014 at 9:45 am
Okay... got it solved. Try the following:
declare @table_name AS varchar(100) = 'GLOBAL'
declare @date AS varchar(100) = 'OBJECTIDLIST'
declare @reduce AS varchar(10) = '0.0025'
declare @oid AS nvarchar(4000) = '3476,6673'
declare@cmd AS nvarchar(4000)
declare...
August 15, 2014 at 9:28 am
Try this:
declare @table_name varchar(100) = 'GLOBAL'
declare @date varchar(100) = 'OBJECTIDLIST'
declare @reduce varchar(10)...
August 15, 2014 at 6:35 am
Chris,
That's the idea, but because I have to expect the OP to identify where those fields come from that don't have a table alias, I didn't want to presume that...
August 15, 2014 at 6:12 am
Viewing 15 posts - 3,796 through 3,810 (of 4,820 total)