Viewing 15 posts - 4,801 through 4,815 (of 5,588 total)
It works on my 64-bit 2K8
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
February 5, 2010 at 6:55 pm
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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"...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
February 5, 2010 at 4:26 pm
ronaldkrex (2/5/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
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...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
February 4, 2010 at 1:26 pm
@jeff - thinking outside the box again...:smooooth:
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
February 4, 2010 at 9:47 am
Try this. Also, see the first link in my signature.
-- first, make a table and populate it with some sample data.
-- when you do this, all of the volunteers on...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
February 4, 2010 at 9:29 am
Ruprecht (2/3/2010)
I'm working with a third-party SQL database that uses a single varchar column to store multiple values separated by a semicolon. For instance, I have a column...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
February 3, 2010 at 8:37 pm
Viewing 15 posts - 4,801 through 4,815 (of 5,588 total)