Viewing 15 posts - 19,261 through 19,275 (of 59,072 total)
BJ Hermsen (5/12/2011)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2015 at 6:42 am
The "WEEK" date part is based on the "DATEFIRST" server setting. If you change servers (especially multi-country) or if someone gets some sort of date religion and changes the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2015 at 6:30 am
This is where proper Point-in-time backups can help a lot.
That notwithstanding and depending on the change, I may backup separate tables using SELECT INTO to copy the data to a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2015 at 6:21 am
Don't shrink it. It'll just make matters worse... MUCH worse and you still have disk space.
What's your maintenance for indexes and do you have any HEAP tables that are...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2015 at 4:35 pm
Was this on purge some form of audit table?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2015 at 4:26 pm
Man o man... yet another self-proclaimed DBA bites the dust in the interview process as has another self-proclaimed "expert" Database Developer. It amazing how they don't know what they...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2015 at 3:59 pm
ChrisM@Work (11/3/2015)
Resender (11/3/2015)
89,372,968,620
ChrisM@Work (11/3/2015)and how is this lot typically interrogated?
I wish I knew but I'm frequently...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2015 at 11:18 am
Resender (11/3/2015)
ChrisM@Work (11/3/2015)
Resender (11/3/2015)
Those tables are the same
[MachineRegisterId] [int] NOT NULL,
[UtcTime] [datetime] NOT NULL,
[Value] [float] NOT NULL
With primary key on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2015 at 11:13 am
Resender (11/3/2015)
OK, not so good news then,the total size of the database currently is 1.9TB
Hold the phone a minute... While it's true that partitioning is NOT a panacea of performance...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2015 at 11:09 am
Jeff Moden (11/3/2015)
DamianC (11/3/2015)
I have an overnight job that performs a lot of tasks
At a point in time, I am getting a message from our network department to say that...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2015 at 10:16 am
DamianC (11/3/2015)
I have an overnight job that performs a lot of tasks
At a point in time, I am getting a message from our network department to say that one of...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2015 at 8:52 am
Hmmm... HappyGeek's method will certainly do one number per row very efficiently but I thought you said there could be 5 to 9 such numbers per row. Did I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2015 at 11:35 pm
Steve Jones - SSC Editor (11/2/2015)
Or someone should write an article looking at performance comparisons.
Heh... hint taken. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2015 at 11:32 pm
les.61 (11/2/2015)
I have a table of data with lines of various lengths. An example is
A Smith - Give #12345# Sydney City
B Jones and S Jones - Give #876543# Washington
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2015 at 7:05 pm
sqlstar2011 (11/2/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2015 at 6:32 pm
Viewing 15 posts - 19,261 through 19,275 (of 59,072 total)