Viewing 15 posts - 5,296 through 5,310 (of 15,381 total)
auke.teeninga (4/3/2014)
Sean Lange (4/3/2014)
While that does meet some esoteric requirements this will perform very poorly because this is nonSARGable.
Good call on the bit field. I try to avoid them myself,...
April 3, 2014 at 10:23 am
Welsh Corgi (4/3/2014)
I do everything to help my users.
I check the execution plans, add missing Indexes, rewrite the code, etc.
I would never do anything to hamper development...
April 3, 2014 at 10:18 am
WADRIAN68 (4/3/2014)
I want to loop through rows and append values to a declared variable. The example below returns nothing from Print @output, it's as if my @output variable is...
April 3, 2014 at 9:30 am
I agree with Lowell 10000%. There is no reason to dictate that the development is not allowed to use a certain technology because the DBA mandates it. I like your...
April 3, 2014 at 9:27 am
fatmazarin07 (4/3/2014)
should i have to send the schema of my both table ???
What is your actual question here?
Assuming the code you posted in your original post is what you...
April 3, 2014 at 9:24 am
auke.teeninga (4/3/2014)
Currently it updates the datechanged even if the values remain the same. Maybe if the field was called DateUpdated a change...
April 3, 2014 at 9:22 am
pharmkittie (4/3/2014)
April 3, 2014 at 8:42 am
vigneshkumart50 (4/3/2014)
I am using this query to sum two column
REPLACE( CONVERT(VARCHAR(32),cast(round(isnull(sum(R1.[OBM Dollars] + R.[Current Cost]),0),0)as MONEY),1), '.00', '') as [Total Cost],
But I get this error "Operand data type nvarchar...
April 3, 2014 at 8:26 am
vanessa4biz (4/2/2014)
ALTER TABLE dbo.tablename
ADD CONSTRAINT DF_Date_format
check (SDate LIKE '%[1-2][0-9][0-9][0-9]/[0-1][0-9]/[0-3][0-9]%')
******But this does not work for VARCHAR data type ********
and
I...
April 2, 2014 at 2:59 pm
pharmkittie (4/2/2014)
April 2, 2014 at 2:13 pm
TheSQLGuru (4/2/2014)
April 2, 2014 at 2:11 pm
pharmkittie (4/2/2014)
Thanks. Any advice for figuring out why it's not working through the report (in Visual Studio - I haven't published the parameterized version to Report Manager yet)?
If you...
April 2, 2014 at 12:25 pm
asita (4/2/2014)
A table called pptList it has 500k rows, 7 columns
out of these 7 columns, we need to work around on 5 columns
which is
1) Segment column has 3 values SEG,MOR,CLN
2)...
April 2, 2014 at 12:02 pm
It's just an issue on what values do we feel are relevant, last update or last change.
That is pretty much what I said but yours is much easier to read...
April 2, 2014 at 11:59 am
Hi and welcome to the forums. In order to help we will need a few things:
1. Sample DDL in the form of CREATE TABLE statements
2. Sample data in the form...
April 2, 2014 at 11:56 am
Viewing 15 posts - 5,296 through 5,310 (of 15,381 total)