Viewing 15 posts - 46 through 60 (of 919 total)
Use the STUFF function to format it into a string that can be converted into a date using the normal convert function. Once it's a real date datetype, you...
February 26, 2014 at 3:44 pm
Several possible ways to prevent the log filling:
Insert the records in batches and take log backups between the batches.
Switch the DB to 'Simple' recovery mode, insert in batches, switch back...
February 26, 2014 at 2:20 pm
Why wouldn't you see number 7? It's mark matches another id with the same mark and a different islabel. Can you only use the matching combination once and...
February 18, 2014 at 4:45 pm
OLEDB waittype indicates it's waiting for something outside the SQL Server. How are you executing the scipt? Through an OLEDB connection in SSIS?
http://www.confio.com/logicalread/sql-server-oledb-wait-type/
February 18, 2014 at 3:29 pm
Thanks Daman,
We ended up using DBAmp and had a successful project roll-out in 2011.
February 17, 2014 at 4:04 pm
Data Definition Language (CREATE statements for the tables and indexes you are using).
February 17, 2014 at 2:50 pm
I'd pick this up
http://www.amazon.com/The-Microsoft-Data-Warehouse-Toolkit/dp/0470640383
as a good way to make sure you had a good grasp of the concepts and techniques in a very popular ETL and warehousing methodology.
January 28, 2014 at 5:32 pm
I'm afraid you're asking for code that would make these two:
21ST CENTURY SERIVES
21ST CENTURY SERVICES
equal, not because they are, but because they SHOULD be. Is that true? The...
January 27, 2014 at 4:55 pm
You might want to look here:
http://en.wikipedia.org/wiki/Julian_day
I don't have any scripts to convert this, but Google might be your friend here...
January 21, 2014 at 3:04 pm
The other possibility is that the error message is correct and the report server got a connection to the sql server but somehow didn't put the connection in the correct...
January 14, 2014 at 4:14 pm
That's where I went too and realized I couldn't solve that. Happy New Year to you too!
December 31, 2013 at 2:56 pm
Not really extracting, but as long as the year numbers can't appear in any other part of the string and the number of years is finite...
create table #stuff (
badstrings varchar(255)...
December 31, 2013 at 2:37 pm
Sorry, but aren't these 2:
1 group can have only one group member
1 group can be joined by many members
mutually exclusive? Are 'members' and 'group members' different things? If...
December 20, 2013 at 10:10 am
Lowell,
Querying AD directly has always given me a problem when extracting things that have multiple occurrances (like OU or group membership). Is there a way to get those types...
December 18, 2013 at 2:30 pm
Viewing 15 posts - 46 through 60 (of 919 total)