Viewing 15 posts - 3,331 through 3,345 (of 5,588 total)
No where clause.
No index on the columns being joined.
No index on the columns in the where clause (just in case you didn't specify it in your post).
Using functions on columns...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 1:47 pm
niall.baird (9/5/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 1:44 pm
mak101 (9/6/2010)
I used import wizard in SSMS to import data and stored as package. Can I open the package in SSMS?
As Jeffrey already said:
Jeffrey Williams-493691 (9/6/2010)
mak101 (9/6/2010)
How can I open...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 1:08 pm
Johnnymac (9/6/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 1:03 pm
mak101 (9/6/2010)
And I saved it as SSIS package on the server. But I don't find the way to open it. Can you please help?Thanks.
Open up BIDS. Start a new SSIS...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 11:34 am
mak101 (9/6/2010)
Thank you found it.Another question- How do I keep same identity value from original table?
On that same screen (Column Mappings) is a check box for "Enable Identity Insert"....
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 11:30 am
Also, if you have a two-node cluster with the nodes really close together, you can use a network cross-over cable.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 11:24 am
Everything that I've read about clustering says that the private heartbeat should be on it's own network gear, separate subnet, etc. Essentially, try to keep it off of the main...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 11:23 am
On the Import Wizard, when you get to the screen where you select the Source Tables and Views, select the tables you want to copy FROM. Then, click the "Edit...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 10:16 am
GilaMonster (9/6/2010)
CirquedeSQLeil (9/6/2010)
Happy Labor Day all.Labour day is a good description for today - first day back from a week-long 'holiday'
If your "holiday" is anything like mine, then you need...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 10:07 am
Good point Perry.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 6, 2010 at 8:54 am
Without having the table ddl, I'm guessing here, but this looks like it would work:
SELECT account0.name as 'name',
ab.createdon as 'orderdate'
FROM FilteredAccount...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 5, 2010 at 8:25 pm
Lynn Pettis (9/5/2010)
Jeff Moden (9/5/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 5, 2010 at 8:17 pm
David,
I was looking at your code you posted, and I have a couple of suggestions for you.
First, create the function as an in-line table-valued function (TVF). Not only is much...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 5, 2010 at 8:11 pm
Jeff Moden (9/3/2010)
WayneS has a link to your Cross Tabs and Pivots article on his signature line(thank you WayneS 🙂
Thank you for the reference and for helping others, as...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 5, 2010 at 8:00 pm
Viewing 15 posts - 3,331 through 3,345 (of 5,588 total)