Viewing 15 posts - 5,386 through 5,400 (of 11,678 total)
psingla (7/30/2013)
On the other hand, an Unique Index is an index that doesn't allow for duplicate values but it is not a Referential Integrity constraint.
Paul,what exactly you mean by that..
As...
July 30, 2013 at 5:17 am
Moving data to another file (or deleting data) does not shrink the file.
You need to manually shrink the file to make it smaller, but this can lead to all sort...
July 30, 2013 at 5:00 am
Please do not crosspost. It wastes peoples time and fragments replies.
Original thread can be found here:
http://www.sqlservercentral.com/Forums/Topic1478917-2799-1.aspx
July 30, 2013 at 4:59 am
You can also create multiple unique indexes on the same table, but you can have only one primary key.
A unique index can also be filtered, while a PK cannot.
July 30, 2013 at 3:56 am
No problem, glad to help.
July 30, 2013 at 2:50 am
phamkhanhtung1989 (7/30/2013)
July 30, 2013 at 2:00 am
Probably implement the database? Create the tables, create indexes to speed up performance, if necessary create foreign keys.
July 30, 2013 at 1:39 am
OK, but now your grain of the fact table (meaning the lowest level at which you can analyze) is at the course level. Typically you would choose the lowest level...
July 30, 2013 at 1:14 am
Maybe you need to be a little more specific in your questions.
Need an Answer? Actually, No ... You Need a Question
That being said, there are several options to do this.
You...
July 30, 2013 at 1:03 am
First of all you have to think about what it is that you want to measure.
Is it the number of students enrolled in a course? The number of courses a...
July 30, 2013 at 12:58 am
How is the data transferred? Is a data flow involved?
July 30, 2013 at 12:47 am
SQLRNNR (7/29/2013)
L' Eomot Inversé (7/29/2013)
WayneS (7/29/2013)
Just curious - how many like that new tile look on the home page?FWIW: I prefer the older images over these tiles.
I think it's pretty...
July 30, 2013 at 12:46 am
Welcome. Any book by Itzik Ben-Gan will surely help you to understand T-SQL.
July 30, 2013 at 12:43 am
You can either insert it into a VARCHAR(MAX) column, or in a column with the XML data type.
July 30, 2013 at 12:42 am
Viewing 15 posts - 5,386 through 5,400 (of 11,678 total)