Viewing 15 posts - 1,846 through 1,860 (of 6,676 total)
You are looking at a cross-tab or pivot of the data:
Select EmpNo
, Sales = sum(Case When JobNo = 'Sales' Then...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
Are you saying your DEV system is setup with an availability group and you need to refresh the DEV database(s) from production on a daily basis?
I see no reason to...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
OP using SQL 2014 - m0st likely syntax used won't work
Are you referring to 'Drop Table If Exists'?
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
How was this system created - is it a new system where you restored the databases from backups? If so - check the owner of the database and change it...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
I pulled the list of viet character encodings from http://vietunicode.sourceforge.net/charset/
Using that list to build the table you can then use that table to convert to/from multiple character encoding. The function...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
I am not sure about the full process you are attempting here - but it looks to me like a situation that might work better as a master package and...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
I have a pretty "dumb" question, but I want to get the consensus on this
I have a table that is going to store Location data (address, geocoding, etc). Location...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
Your steps are correct for AlwaysOn - you install stand-alone instances on each server in the cluster and then configure an availability group.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
I would not use a lookup here - I would load the full file into a staging table. From there you can perform a merge or upsert (update/insert) from the...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
Viewing 15 posts - 1,846 through 1,860 (of 6,676 total)