Viewing 15 posts - 406 through 420 (of 3,543 total)
DECLARE @HashTable TABLE(HashTable nvarchar (255),TABLE_NAME nvarchar (255));
INSERT @HashTable
EXECUTE sp_MSForeachdb 'IF DB_ID(''$'') > 4 BEGIN; USE [$]; EXECUTE sp_MSForeachTable ''SELECT CheckSum_Agg(Binary_CheckSum(*)) AS HashTable, ''''[$].?'''' AS TableName FROM [$].?''; END','$';
SELECT *...
November 1, 2016 at 8:22 am
Was experimenting a bit but could only come up with
cross join distinct list of COMPANY,AREAS,PRODUCT,MARKET,SUBTERRITORIES with range of YEAR and MONTH (using tally table) and left join original table
October 31, 2016 at 8:30 am
Jeff Moden (10/31/2016)
Pictures are good but they're tough to execute. If you'd like a coded answer, please see the first link in my signature line below.
😀
IF OBJECT_ID('TempDB..#testtable','U') IS NOT...
October 31, 2016 at 8:26 am
jasona.work (10/20/2016)
I don't quite feel your pain, but I'm in the midst of migrating a handful of DBs to a new server.
I am currently migrating 69 dev databases to new...
October 20, 2016 at 7:00 am
djj (10/13/2016)
Let me get my walker....20 years ago I had been working for 20 years.
Ditto 😀
p.s. I starting programming circa 1973 :w00t:
October 13, 2016 at 5:46 am
Grant Fritchey (10/3/2016)
Hugo Kornelis (10/2/2016)
Eirikur Eiriksson (10/2/2016)
BLOB_EATER (10/2/2016)
October 3, 2016 at 5:17 am
BLOB_EATER (9/29/2016)
September 29, 2016 at 3:20 am
The problem is not with ADP-000077S or ADP-000077F but with AE-000077S and AE-000077F
Unless the format of AE is different to ADP then the AE substrings should be 4,6 not 3,20
What...
September 23, 2016 at 2:19 am
Date format default interpretation is dependant on the language specified for the login.
p.s. That is string interpretation.
September 21, 2016 at 7:38 am
David Burrows (9/19/2016)
Ed Wagner (9/19/2016)
ChrisM@Work (9/19/2016)
Eirikur Eiriksson (9/18/2016)
Now where is that crystal ball again?😎
You're going to need a pair of those. The OP (or should that be "perp"?) has been...
September 20, 2016 at 5:59 am
Jeff Moden (9/19/2016)
September 20, 2016 at 1:44 am
Ed Wagner (9/19/2016)
ChrisM@Work (9/19/2016)
Eirikur Eiriksson (9/18/2016)
Now where is that crystal ball again?😎
You're going to need a pair of those. The OP (or should that be "perp"?) has been posting for...
September 19, 2016 at 4:45 am
Your format and data do not match
The position of CITY and COUNTRY_CODE is different
The last entry in the format file needs have \r in the terminator not \r
All the data...
September 12, 2016 at 7:16 am
Grant Fritchey (9/9/2016)
GilaMonster (9/9/2016)
Grant Fritchey (9/9/2016)
BrainDonor (9/9/2016)
September 9, 2016 at 4:17 am
Viewing 15 posts - 406 through 420 (of 3,543 total)