Viewing 15 posts - 7,291 through 7,305 (of 59,072 total)
Recreating such a thing in yet another "string format" would go against my grain. Why not convert it to a proper DATE or DATETIME datatype?
April 10, 2020 at 4:11 pm
If you have the enterprise edition, you could use the Resource Governor. I've not done a deep read on the trigger you wrote but that would also work.
You should give...
April 10, 2020 at 4:08 pm
dear all,
i have simple query that related several tables which 1 table have millions of rows. i have created index on each table that i will relate to master...
April 10, 2020 at 1:31 pm
Is it a leading space or a leading TAB character?
April 9, 2020 at 9:48 pm
Joe, if the indexing is setup correctly, wrapping the ENDDATE in a COALESCE can cause a range scan (at best) instead of a SEEK because it makes that part of...
April 9, 2020 at 7:07 pm
this is based on the file he supplied on his last post. https://www.sqlservercentral.com/wp-content/uploads/2020/04/PRV414WSW_2.txt
Ah... gotcha... I missed that he reposted. Thank you. I'll take a look at this after work...
April 9, 2020 at 6:11 pm
I think the record layout is correct - its just that column "provider name" should be further divided into LastName, FirstName, Middle Initial (probably)
if object_id('tempdb..#data') is... April 9, 2020 at 6:01 pm
I've attached a sample text and the import specs. Thanks!
Ok... again, there's something wrong with the sample data you provided. Here's the data using the fixed width font of...
April 9, 2020 at 4:36 pm
My only trouble is that management feels compelled to force engagement between people with virtual lunches, virtual happy hours, group puzzle solving, sharing workspace pictures, sharing pictures of what you...
April 9, 2020 at 4:12 pm
To be sure, I was just kidding about Redgate. It was pretty obvious which company you were talking about. As for Grant... Kind of like real brothers (we both survived...
April 9, 2020 at 3:27 pm
Ralph Kimball has a method of not having any nulls in dimension tables. Instead, on the dimension table there are rows with negative keys: -1...
April 9, 2020 at 2:15 pm
I am sorry - >5GB and predicted partition key which we have configured in configuration table.
I have to agree with Frederico... 5GB is very small and not worth the...
April 9, 2020 at 2:10 pm
Try normalize the Employee table, to move out rows that may me NULL. Good normalization also gives more understanding of the model. Sometimes NULL, may be acceptable, e.x. a...
April 9, 2020 at 2:05 pm
@jeff-moden, Yes, I agree with you that the steps I'm trying to get through Power Query can also be done with T-SQL. The main purpose of this article was...
April 9, 2020 at 1:58 pm
I'm curious as to why any row in an Employee table would ever have a NULL (or a -1 alternative or an "empty" alternative) for the Employee number for...
April 9, 2020 at 1:15 pm
Viewing 15 posts - 7,291 through 7,305 (of 59,072 total)