Viewing 15 posts - 1,771 through 1,785 (of 3,061 total)
Just be aware that this approach - also known as poor's man partitioning - is not as efficient as real partitioning is.
This approach allows to simulate table partitioning handling "partitioning"...
July 5, 2010 at 8:06 am
I would start by researching varbinary datatype.
July 5, 2010 at 6:52 am
Glad to help.
On the other hand, nothing is more scary that knowing neither the root cause of a problem nor why the problem went away 🙂
July 4, 2010 at 4:32 pm
Joe Celko (7/3/2010)
You order the columns in logical groups (the street address, city state and ZIP are placed together) because of the default ordering of SQL.
:blink: "because of the default...
July 4, 2010 at 4:27 pm
paul.ingham (7/2/2010)
July 2, 2010 at 4:24 pm
So ... what would you do with a FACT table that has 48 FKs? location is inmaterial/
July 2, 2010 at 3:47 pm
To test client please...
1- Ping target host - if you can ping it you can access the box.
2- Edit tnsnames.ora file located in ORACLE_HOME/network/admin adding an entry for target database.
3-...
July 2, 2010 at 7:03 am
Novicejatt (7/1/2010)
I'm new to SQL, so I dont know much about that.
You may want to consider hiring a temp DBA, work with him/her in this project and take advantage of...
July 1, 2010 at 3:56 pm
Arie Jones-435881 (6/29/2010)
July 1, 2010 at 8:45 am
I would start by comparing SS2K5 and SS2K8 features, plenty of documentation on such matter like in http://www.extremeexperts.com/SQL/SQL2008/SQL2005Vs2008.aspx
July 1, 2010 at 8:38 am
anitha.cherukuri (6/30/2010)
The Reason is If reading type is final that meter will be historic one.Thats why i dont want to see 101.
I cannot see a "Final" row for 101...
June 30, 2010 at 5:38 pm
Have you already built a home lab? - installed SQL Server at home?
In the affirmative case check Books On Line a.k.a. BOL - it comes with the software.
June 30, 2010 at 5:34 pm
If I remember it right IDENTIFIER_CASE property refers to names of Tables, Columns and Procedures therefore SQL Server is doing what is expected to do erroring out when a query...
June 30, 2010 at 2:41 pm
Steve Jones - Editor (6/30/2010)
Do you have partitions separated on different drives? Have you still seen large improvement of indexing? Or does this just act as another type of index?
Steve...
June 30, 2010 at 1:23 pm
Viewing 15 posts - 1,771 through 1,785 (of 3,061 total)