Viewing 15 posts - 61 through 75 (of 131 total)
Thanks Jeff, I never have seen or used the COUNT(DISTINCT <column> ) in the SELECT or HAVING. That is kinda of hard to visualize.
Great Article!!!
Thomas
March 29, 2012 at 8:19 am
That is a good responce, never would of thought of using dynamic SQL to pivot.
Thanks,
Thomas
January 24, 2012 at 7:36 am
I think you need to break the table into multiple tables with foreign keys. You should probably read Joe Celko's Stairway to Data and to Database Design and Gregory Larsen's...
December 21, 2011 at 7:39 am
Look fowarding to speaking, networking and skiing!!!
Thomas
December 6, 2011 at 7:17 am
Andy,
You meniton that connections are stored in your profile. Where is the profile?
"As you develop SSIS packages on a server, you create connections. The connections you create are stored in...
November 9, 2011 at 7:25 am
The problem was I created the SP in our DBA database on the instance, then the shortcut was DBA.dbo.sp_xxx.
The SP and table have to be in the same database and...
September 29, 2011 at 8:07 am
I get SELECT * FROM [Person].[Contact] when I run it.
Thanks,
Thomas
September 29, 2011 at 7:51 am
Right-click on Database and go to Tasks\Export... Pick table for Source, and Flat File Destination for Destination. There is an option under Format including column names in the first data...
September 26, 2011 at 7:52 am
This article needs to be proof read by somebody, lots of mistakes in listings and missing queries to try.
Should never have brought in the 3rd normal form stuff.
Thomas
August 24, 2011 at 9:19 am
Get formatting and explanation in the article.
For a followup article, maybe you could go into more detail about where the changed data is located internally in SQL Server:
FROM [person].[person]...
August 11, 2011 at 7:50 am
Jeff,
No problem.
Thomas
June 14, 2011 at 10:08 am
Yes.
Restore backup, and populate table.
Recreate the publication and subscription and make sure to use the NoSync initialization.
I have done this for columns added to large tables in replication.
Bing search "no-sync...
June 14, 2011 at 8:11 am
3rd party backup software
Thomas
June 14, 2011 at 8:06 am
Viewing 15 posts - 61 through 75 (of 131 total)