Viewing 15 posts - 5,071 through 5,085 (of 8,761 total)
keshab.basnet (6/11/2015)
June 11, 2015 at 12:18 am
SQLJay (6/10/2015)
Over the weekend, we placed our major database on a SSD based SAN. Prior to that, the database / tempdb latency was high, now practically non-existent. Interestingly enough,...
June 10, 2015 at 2:30 pm
Ed Wagner (6/10/2015)
ZZartin (6/10/2015)
Manic Star (6/10/2015)
Ed Wagner (6/10/2015)
Eirikur Eiriksson (6/10/2015)
crookj (6/10/2015)
ZombieWorker
Oxymoron
brain
bureaucrat
Inefficient
Cursor
June 10, 2015 at 2:02 pm
Quick suggestion, use FOR XML PATH('') concatenation on the Account number column
😎
June 10, 2015 at 8:32 am
Quick suggestion, add a where clause
😎
WITH XMLNAMESPACES (
'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition' as ns1,
'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' as ns2,
'http://schemas.microsoft.com/SQLServer/reporting/reportdesigner' AS rd,
DEFAULT
'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition'
)
SELECT path as ReportPath, name AS ReportName, CreationDate,...
June 10, 2015 at 6:15 am
Stephen Yale (6/9/2015)
I think I am close but not close enough 🙁
Quick question, can you post some sample data?
😎
June 10, 2015 at 1:04 am
Jeff Moden (6/10/2015)
June 10, 2015 at 12:55 am
Quick thought, piecemeal'ing the information like this can go on forever, far too many pieces of information missing. Do post the storage configurations (as complete as possible) and in addition,...
June 10, 2015 at 12:48 am
Further on Jeff's reply, here is a quick sample on how this can be done by importing the file as a single lob and parse it afterwards. Mind you that...
June 9, 2015 at 10:45 pm
adonetok (6/9/2015)
There are about 50 questions.
Most questions are check box like
[check box ] No [check box]...
June 9, 2015 at 12:14 pm
Ed Wagner (6/9/2015)
djj (6/9/2015)
Eirikur Eiriksson (6/8/2015)
Ed Wagner (6/8/2015)
crookj (6/8/2015)
Ed Wagner (6/8/2015)
Revenant (6/8/2015)
DonlSimpson (6/8/2015)
Ed Wagner (6/8/2015)
djj (6/8/2015)
Ed Wagner (6/8/2015)
DonlSimpson (6/5/2015)
Eirikur Eiriksson (6/5/2015)
MonarchyEmpire
Republic
Plato
Socrates
Philosopher
Academy
Starfleet
KDF
Bird of Prey
Specialization
Specific
General
Generations
June 9, 2015 at 12:00 pm
Adding on to Phil's question, what is the compatibility mode of the database? What are the two storage configurations etc.? Lots of variables left blank.
😎
June 9, 2015 at 11:58 am
mpdillon (6/9/2015)
June 9, 2015 at 11:30 am
FootyRef (6/9/2015)
GilaMonster (6/9/2015)
FootyRef (6/9/2015)
I only want to do the switching of partitions when running the daily ETL processes.
You've talked about having monthly partitions and switching partitions out of the...
June 9, 2015 at 11:28 am
Viewing 15 posts - 5,071 through 5,085 (of 8,761 total)