Viewing 15 posts - 4,801 through 4,815 (of 5,590 total)
While you're looking at robocopy, you might want to look at forfiles.exe also.
On most of our new servers, we have enough space to maintain several days backup history, so I...
February 9, 2010 at 9:46 am
Excellent question. Then I noticed who the author of it is, and realized... but of course!
February 9, 2010 at 9:37 am
The Dixie Flatline (2/5/2010)
Wayne, and anyone else, I've taken the liberty of creating a forum specifically for DBCC TIMEWARP here.
"SSC ... it's not a...
February 5, 2010 at 6:54 pm
GilaMonster (2/5/2010)
I'm contemplating a blog post on the recovering historically deleted data with DBCC TimeWarp (with all 137 non-optional parameters). Maybe for the beginning of April...
Hey Steve... If us "Thread-izens"...
February 5, 2010 at 4:34 pm
itzmee (2/5/2010)
Hi, Thanks for your reply. Please explain how to do that..
Right-click your Excel Source, and select "Show Advanced Editor".
Go the the "Input and Output Properties" tab.
Expand the "Excel Source...
February 5, 2010 at 4:26 pm
ronaldkrex (2/5/2010)
February 5, 2010 at 4:19 pm
The only ramification I can think of is what you've already stated: all of the domain accounts that services run under will need to be changed. Not trivial; but not...
February 5, 2010 at 11:22 am
by default, excel text fields have a max length of 255 when importing. If using larger than this, you'll need to set up that field as a memo and not...
February 5, 2010 at 10:57 am
I get that SQL keeps statistics on temp tables, but no on table variables. But I'm not clear how statistics on my temp table (or lack thereof on my table...
February 5, 2010 at 9:58 am
Does this do what you want?
select top 26 replicate(char( row_number() over (order by object_id)+64),3)
from sys.objects
February 5, 2010 at 9:52 am
If you want the word, then try putting a space before/after the wildcards.
To handle the situation when this word would be at the beginning/ending of the column, add a beginning/ending...
February 5, 2010 at 9:43 am
Chris,
Close, but you haven't given us quite enough information yet. Please provide DDL (CREATE TABLE) for the tables, and DML (INSERT INTO) statements to make and populate the tables. See...
February 5, 2010 at 9:37 am
lmu92 (2/4/2010)
I talked to my friend and he forwarded the info to his IT folks.
I personally feel that this was the proper course of action for you to take. What...
February 4, 2010 at 1:26 pm
@jeff - thinking outside the box again...:smooooth:
February 4, 2010 at 9:47 am
Viewing 15 posts - 4,801 through 4,815 (of 5,590 total)