Viewing 15 posts - 586 through 600 (of 928 total)
There are also links on that page that allow you to download it in a variety of formats. I can't help you with any problems with downloading or viewing.
July 25, 2012 at 6:41 am
There is a Paul Randal video, dealing with backup internals - http://technet.microsoft.com/en-us/sqlserver/gg429796.
July 25, 2012 at 4:40 am
A nice solution dwain - it would never have crossed my mind to try that.
July 25, 2012 at 1:54 am
Two UNPIVOT queries, one filtered for the 'X' and the other for the 'Y' and a UNION between them.
Give it a try and then get back to us if there...
July 24, 2012 at 7:48 am
SSIS can be used for this - http://msdn.microsoft.com/en-us/library/ms137870(v=sql.100).aspx.
July 24, 2012 at 3:00 am
I had a similair situation here.
I created a test table with roughly 3 million random dates in it and then ran the existing code and revised code against this....
July 24, 2012 at 1:58 am
arthurolcot (7/6/2012)
If I had a bit more time, I would look at trying to pivot the source data rather than loads of joins into a much wider table and then...
July 20, 2012 at 9:41 am
Out of curiosity, does any of you administer instances without ANY rights on the windows machine?
And, please, anyone tell me how to administer a cluster without permissions on the cluster...
July 20, 2012 at 7:37 am
If you mean, creating a column that has a name which is a specific date, then yes it is possible by using dynamic sql (formating of the name may be...
July 17, 2012 at 10:07 am
Lynn Pettis (7/17/2012)
Okay, Brad is Hannible, you are Murdock, and Steve is Face. Who is B A Barrackus?
The one that kept insulting people and calling them 'Fool'? That has...
July 17, 2012 at 4:36 am
balaji_kethe (7/17/2012)
ColA [varchar](500) NULL,
ColB [nvarchar](500) NULL,
.
.
ColK [nvarchar](500) NULL,
)
I am getting NULL records...
July 17, 2012 at 4:31 am
Please post the definition of the table, then we don't have to guess and can help you faster.
July 17, 2012 at 4:00 am
I've attached some code that may do what you want.
It uses xp_cmdshell to write all of the filenames into a table, then uses a cursor to read through these filenames...
July 17, 2012 at 1:58 am
For explaining the concepts behind a database in a clear and concise manner you could do worse than the book "The Manga Guide to Databases".
July 17, 2012 at 1:02 am
Viewing 15 posts - 586 through 600 (of 928 total)