Viewing 15 posts - 121 through 135 (of 201 total)
The configuration of the SQL Server is likely not set to accept TCP connections.
Thanks
John.
February 3, 2014 at 10:51 am
Hi.
I've seen this before, and it usually means that the distribution stored procedures are fouled up. Assuming that this is transactional replication with continuous updates after a snapshot. ...
February 3, 2014 at 10:48 am
The speed of the create depends on the speed of the disk files plus the fragmentation of the underlying disks. Creating a DB on a SAN-based SSD will be...
February 3, 2014 at 10:41 am
Roust_m (2/2/2014)
I need to be able to restore some native compressed backups with litespeed. The reason being, we have very complex test environment build process and want to add...
February 3, 2014 at 10:39 am
Jeff Moden (1/31/2014)
January 31, 2014 at 9:40 am
Jeff Moden (2014-01-31):
If by "identity", you mean a column that has the IDENTITY property, there wouldn't be any performance increase for such partitioning if you partition based on IDENTITY column...
January 31, 2014 at 9:38 am
Hi. A few more details...
1. Both tables are clustered on a BIGINT identity. This identity would be the value upon which I would partition. Each node in the...
January 30, 2014 at 8:50 pm
Bruce W Cassidy (1/29/2014)
January 29, 2014 at 8:08 pm
PHYData DBA (1/27/2014)
So.... How does this work with selecting values from columns in a table? Using this would take at least two or more conversions per row on the...
January 27, 2014 at 11:42 am
PHYData DBA (1/27/2014)
John your example has not a single Date or Time data type in it. The question was about Date and Time Values.Did you mean to post some...
January 27, 2014 at 11:36 am
PHYData DBA (1/27/2014)
Could you give me an example of how this should be done? Maybe you did not understand the questions...
How would YOU take the two different data type...
January 27, 2014 at 11:28 am
PHYData DBA (1/22/2014)
In reference to your comments about using date and time data types.
How would you recommend we take a date value and a time value and convert them to...
January 22, 2014 at 2:07 pm
Jeff Moden (1/21/2014)
I know it's a personal preference but I've worked with "DateDIM" tables that use date and time serial numbers and I've never understood why people would bother. ...
January 21, 2014 at 4:16 pm
Kenneth.Fisher (9/10/2012)
(snip)
My design is correct for the purpose. It's simple. I didn't need or want a complicated design to demonstrate a subject that can be complicated enough for...
January 17, 2014 at 1:37 pm
Viewing 15 posts - 121 through 135 (of 201 total)