Viewing 15 posts - 1,006 through 1,020 (of 2,458 total)
djj (2/16/2016)
Alan.B (2/16/2016)
Lynn Pettis (2/16/2016)
February 17, 2016 at 6:32 am
hartmann 74688 (2/17/2016)
Just to make it clear, they are windowing functions or window functions.Windows functions sounds like API of the OS :).
Good Article, great reminder!
I noticed that too (and...
February 17, 2016 at 5:48 am
Note the section titled "Using Transact-SQL" in this link: Enable Compression on a Table or Index
February 16, 2016 at 10:15 pm
If there is a possibility that OccurrenceTypeName will contain any of what SQL Server considers XML characters (e.g. CHAR(1) through CHAR(32), CHAR(38), CHAR(60) or CHAR(62)) then you would make a...
February 16, 2016 at 10:13 pm
There is no reason you should need a cursor here or any other form of RBAR solution for this. Based on a quick look at what you're trying to do...
February 16, 2016 at 9:54 pm
SQL!$@w$0ME (2/16/2016)
Hi Folks:For VARCHAR field, non-clustered index or full-text index recommended. When should we use full-text index.
Any guidance/thoughts much appreciated.
Many thanks!
Why do you think you need any index on the...
February 16, 2016 at 9:37 pm
EasyBoy (2/16/2016)
Through SQL profiler i found those queries (dynamic SQL), which are running through SQL...
February 16, 2016 at 9:29 pm
and most people helping on forums aren't being paid
Huh?!?! I just thought my SSC paycheck was really late. Aw man!
February 16, 2016 at 8:56 pm
Lynn Pettis (2/16/2016)
February 16, 2016 at 11:41 am
Luis Cazares (2/16/2016)
SELECT
StartTime = DATEADD(DD, DATEDIFF(DD, 0, GETDATE()), -.25), -- 6PM yesterday
EndTime ...
February 16, 2016 at 11:17 am
I prefer to use T-SQL for this type of thing. The way I would do this is:
1) Create a Dataset named something like DS_DateDefaults (use whatever matches your naming convention)
2)...
February 16, 2016 at 10:38 am
Interesting article. Well done sir.
February 16, 2016 at 8:05 am
For those of you who are into quantum mechanics...
IT'S OFFICIAL: Gravitational waves have been detected, Einstein was right
February 11, 2016 at 3:03 pm
Microsoft actually allows you to chat with their licensing specialists online. It's been a few years but I have used this service and found them quite helpful.
February 2, 2016 at 8:03 am
BL0B_EATER (1/29/2016)
Have you guys during your careers ever thought about doing something else in life.. as opposed to IT / SQL Server / Coding etc etc?
During some tough projects I...
January 29, 2016 at 2:04 pm
Viewing 15 posts - 1,006 through 1,020 (of 2,458 total)