Viewing 15 posts - 8,866 through 8,880 (of 59,091 total)
IMHO, you are on the right path. I'm currently doing exactly what you described. Importing flat, delimited files to a 'staging' table where all fields are defined as VARCHAR(500),...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 4:28 pm
Hi Alex,
Its is a full backup. Don't know the reason why , when backup is in progress , it was showing the backup file size as 822 GB...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 4:23 pm
You would be so much better served listening to Jeff and skipping the rebuilding of indexes. Maintaining statistics on indexes is vital, but defragmenting indexes is an idea that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 4:20 pm
I have a question for all you folks claiming that every table must have a natural key. What would you use for a natural key for either an...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 3:18 pm
I have a question for all you folks claiming that every table must have a natural key. What would you use for a natural key for either an...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 3:06 pm
I hate these types of things even on YouTube even if it's a worthwhile lesson. The computer generated voice is rather monotonous and makes a lot of mistakes in pronunciation,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 12:40 am
You say it was a BIG prod release... how much of it involved expansion of data and the addition of a lot of indexes, especially clustered indexes and large covering...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2019 at 4:21 pm
Jeff,
That is true, but since the OP explicitly asked about bridge tables in data warehouses, I figured I'd give them the best resources I know of instead of telling...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2019 at 3:47 pm
I have a question for all you folks claiming that every table must have a natural key. What would you use for a natural key for either an Employee table...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2019 at 2:33 pm
Otherwise, JSON can provide an adequate data store.
so if we want relational we go with CSV right?
BWAAAA-HAAAA-HAAAA!!!! I blew coffee out of my nose on that one! +1 Billion!!!...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2019 at 2:29 pm
I pass the name of the server and database to the stored procedure and then use the exec command to execute this as a string then in Visual Studio...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2019 at 2:25 pm
For me it’s a default task to attempt Developing SQL Databases Exam but now I strongly make my mind to attempt it, I want to pass my exam in...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2019 at 4:17 am
Hi,
i need to automate the index rebuild on specified tables.
1)identify the table which is having more than 30 % ( i need top tables)
2)those tables needs to index rebulid...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2019 at 4:12 am
Good links, Chris. Just to be sure, though, you don't have to have a data warehouse to use "Bridge Tables".
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2019 at 7:05 pm
Why did you add the "HAVING"? You need to see it all to actually make a determination.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2019 at 6:29 pm
Viewing 15 posts - 8,866 through 8,880 (of 59,091 total)