Viewing 15 posts - 166 through 180 (of 506 total)
August 10, 2018 at 6:20 pm
August 9, 2018 at 6:09 pm
Are you sure someone didn't remove or move the file?
August 8, 2018 at 12:54 pm
Make sure you don't have auto shrink enabled. It adds latency to have to expand data and log files. If they grow to a size to handle loads don't shrink....
August 3, 2018 at 5:08 pm
I use Red-Gate SQL Prompt. It has some nice enhanced Intellisence like functionality I really like. It collects Meta data when you connect to a linked server. It fills in...
August 3, 2018 at 4:19 pm
This is caused by the flat file connection manager definition of the column being too short. Open the Package/Project in SSDT and Open the Flat File Connection Manger and select...
August 3, 2018 at 1:49 pm
What's the error?
What's the result of this query?
SELECT
...
July 31, 2018 at 10:01 am
If indexing will enhance the performance of your intermediary staging tables then it's a good idea. Without a lot more information no one can give you meaningful advise. Try testing...
July 28, 2018 at 8:17 pm
July 28, 2018 at 8:09 pm
@Kd11,
Cursor or not? I vote not. There aren't many problems that can't be solved without using a cursor. Here's a solution using UNPIVOT.
DECLARE @pvt table(sName char(3), sDate date,...
July 26, 2018 at 11:10 am
If it's a text file try the sqlcmd command line utility.
July 25, 2018 at 4:37 pm
Are you asking about exporting the data in tables to text files? It's easy in SSIS or from the command line. Can you describe more what you are trying to...
July 25, 2018 at 4:25 pm
If you post an image of your sample data, I will have to type in a create table statement (and guess the data types), and insert statements from your image....
July 25, 2018 at 12:40 pm
Viewing 15 posts - 166 through 180 (of 506 total)