Viewing 15 posts - 16 through 30 (of 381 total)
You really want to look at a pivot table for this.
Review these articles:
http://msdn.microsoft.com/en-us/library/ms177410(v=sql.105).aspx
http://blog.sqlauthority.com/2008/06/07/sql-server-pivot-and-unpivot-table-examples/
Fraggle
April 19, 2013 at 12:13 pm
SQLRNNR (3/9/2013)
Fraggle-805517 (3/9/2013)
March 9, 2013 at 9:01 pm
General question here, but I am under the impression that a clustered primary key index, is essentially the table itself. If that is the case, does it make sense...
March 9, 2013 at 11:30 am
Sorry guys. I wasn't very clear. I already have a script to move all index (except primary keys) to a different file group. However, with Primary Keys,...
March 8, 2013 at 3:59 pm
Alright, so apparently named pipes wasn't a red herring. It was the issue. My apologies for the confusion on that. Turned on Named Pipes in SAC, restarted...
December 28, 2012 at 5:25 am
opc.three (12/27/2012)
SELECT SERVERPROPERTY('Edition') AS Edition,
SERVERPROPERTY('ProductVersion') AS ProductVersion,
...
December 27, 2012 at 11:07 am
quackhandle1975 (12/27/2012)
Sounds obvious, but did you check Named Pipes settings? Or is that a typical SQL Server "red herring" error and nothing to do with NP at all? :ermm:qh
I...
December 27, 2012 at 9:37 am
quackhandle1975 (12/27/2012)
2. The...
December 27, 2012 at 9:00 am
In setting up replication, I ran across this issue:
Here is the situation. We are trying to use Transactional Replication from a 2005 Standard system to a 2012 BI system....
December 27, 2012 at 5:51 am
Lowell (10/22/2012)
using that, you can tokenize any SQL statement.
i did it when i was playing with making my own SQL...
October 24, 2012 at 7:48 am
Eric M Russell (10/23/2012)
Fraggle-805517 (10/19/2012)
Now, I don't know if this is really called parsing or replacing or something completely, different, but I have a hard time believing that someone hasn't...
October 24, 2012 at 7:48 am
Sadly I am only just now learning OO and C#. And all of my developers are pretty busy for the next few months on a major project. So...
October 22, 2012 at 7:38 am
Yea, I have looked at this. However, it aggregates everything and within the system I am trying to do, add's a lot of unnecessary overhead. I am already...
October 22, 2012 at 7:34 am
A note on resetting the endpoints. It will take your database offline for the duration of the restart. This is "expected" behavior per Microsoft support that hasn't been...
September 20, 2012 at 12:56 pm
General question on this really old post. Has anyone updated this to use 2012 yet? I have it on my 2005 system, but we just upgraded to 2012....
September 6, 2012 at 1:59 pm
Viewing 15 posts - 16 through 30 (of 381 total)