Viewing 15 posts - 1,606 through 1,620 (of 1,988 total)
Lynn Pettis (7/31/2015)
ScottPletcher (7/31/2015)
ZZartin (7/31/2015)
ben.brugman (7/31/2015)
Sean Lange (7/31/2015)
July 31, 2015 at 5:08 pm
ben.brugman (7/31/2015)
Sean Lange (7/31/2015)
July 31, 2015 at 3:36 pm
brett.robson 18562 (7/30/2015)
Yes, and you only let "your" people in. "Culture fit" is a synonym for bias.
Is bias inherently a bad thing?
July 31, 2015 at 9:23 am
whereisSQL? (7/31/2015)
SQLRNNR (7/30/2015)
Revenant (7/30/2015)
TomThomson (7/30/2015)
DonlSimpson (7/30/2015)
Luis Cazares (7/30/2015)
Ray K (7/30/2015)
Eirikur Eiriksson (7/30/2015)
Ed Wagner (7/30/2015)
VacationWagon Queen
Drama queen
Dancing Queen
ABBA
Waterloo
Eagle
aiglet
baby
Bird
July 31, 2015 at 8:45 am
Hmm... I guess you could a script that would do a group by on every column in every table in your database and find the duplicates, but why do you...
July 31, 2015 at 8:33 am
Hmm... on your 2014 servertry running
TRUNCATE TABLE dbo.Order__V2;
Then,
INSERT INTO dbo.Order__V2 SELECT * FROM [TestServer].[TestDB].[dbo]dbo.Order__V2;
Then,
SELECT * FROM dbo.Order__V2;
Then on your 2000 TestServer
Try running,
SELECT * FROM [TestDB].[dbo]dbo.Order__V2;
What are the...
July 30, 2015 at 11:36 am
Hmm... well if you run just the SELECT FROM linked server part of the query from the script, what are the results? Or are you getting an error message...
July 30, 2015 at 9:48 am
SSRS Newbie (7/29/2015)
2) That was my other question, unless there's a reason you need to do updates your...
July 29, 2015 at 2:56 pm
GoofyGuy (7/29/2015)
I believe that Constitution of the United States must be interpreted based on the language and writing at the time it and each of the Amendments were written.
Interesting....
July 29, 2015 at 2:37 pm
1) if you just want something simple to get the data into you 2014 instance something like should generate the commands you need(this is assuming the database structures are exactly...
July 29, 2015 at 2:25 pm
2GB is pretty tiny over all, you can probably just copy the whole thing over the linked server if it's split into small tables. It should be pretty straight...
July 29, 2015 at 1:02 pm
Lynn Pettis (7/29/2015)
below86 (7/29/2015)
Lynn Pettis (7/29/2015)
below86 (7/29/2015)
July 29, 2015 at 12:30 pm
Well a few questions,
1)Are you going to be transitioning entire applications at one time or will applications be running in parallel on both platforms?
2)How much data are you talking about...
July 29, 2015 at 12:23 pm
Hmm... I've found that what in America in many cases is considered praise worthy for taking the initiative without explicit instructions or expressing an opinion even it differences from your...
July 29, 2015 at 9:11 am
Well datetime data types aren't stored as a string so you can't process it like a string. If you wanted to get a date range you would do something...
July 28, 2015 at 1:10 pm
Viewing 15 posts - 1,606 through 1,620 (of 1,988 total)