Viewing 15 posts - 37,576 through 37,590 (of 59,072 total)
@RJ,
Are you all set on this?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2010 at 5:58 am
For starters...
1. "SQL Lat..." is not a valid collation.
2. For field 35 (the ID field you're trying to ignore), there must be a length.
3. If you're using...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 5:12 pm
doobya (7/19/2010)
it calculates the dependency graph for a group of changing objects
and generates the correct dependency-aware script to refresh the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 5:00 pm
Jeff Moden (7/19/2010)
Eralper (7/19/2010)
Hello,Easiest solution is using DATEPART function
select DATEPART(WEEK,GETDATE())If that is not useful for your requirements, you can also think of to create date table in SQL Server
It depends....
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 4:57 pm
Eralper (7/19/2010)
Hello,Easiest solution is using DATEPART function
select DATEPART(WEEK,GETDATE())If that is not useful for your requirements, you can also think of to create date table in SQL Server
It depends. What...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 4:56 pm
sunny.tjk (7/19/2010)
nothing happens when I run this in command prompt:
bcp CRIS_IST.dbo.Blaze69Repository in blazerepo.cris.bcp -T -c -SLUWZD5584 -Uroger -Proger
the table isn't getting loaded with the data which is in...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 4:52 pm
Never mind...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 4:50 pm
CirquedeSQLeil (7/19/2010)
Trey Staker (7/19/2010)
Alvin Ramard (7/19/2010)
mtillman-921105 (7/19/2010)
I'm with Alvin! Yes, come on over here to Memphis and we'll show you what terrific BBQ's all about. π
Actually, if you...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 4:46 pm
Alvin Ramard (7/19/2010)
mtillman-921105 (7/19/2010)
I'm with Alvin! Yes, come on over here to Memphis and we'll show you what terrific BBQ's all about. π
Actually, if you come to Memphis...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 4:20 pm
kjc-1057161 (7/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 4:16 pm
Eugene Elutin (7/19/2010)
Jeff Moden (7/15/2010)
Eugene Elutin (7/14/2010)
Julie Breutzmann (7/14/2010)
...What would be an efficient way to code this?
...
If you need high-performance heavy string manipulation functions write them as CLR functions in...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 4:08 pm
R.P.Rozema (7/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 4:00 pm
Hugo Kornelis (7/19/2010)
Jeff Moden (7/19/2010)
Hugo,The gain is that there is nothing you can naturally order by that will give you the correct original order. π
Huh?
USE AdventureWorks2008;
SELECT TerritoryID, GROUPING(TerritoryID),
...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 3:53 pm
mike mcneer (7/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 3:42 pm
Hugo,
The gain is that there is nothing you can naturally order by that will give you the correct original order. π And stop playing the "gotcha back" tricks... can...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2010 at 6:34 am
Viewing 15 posts - 37,576 through 37,590 (of 59,072 total)