Viewing 15 posts - 12,421 through 12,435 (of 39,804 total)
Microsoft recommends using Sharepoint, and that seems to be what they expect: http://msdn.microsoft.com/en-us/library/ee637439.aspx
http://msdn.microsoft.com/en-us/library/hh231687.aspx
You can also just send the powerpivot files over as these are Excel files: http://msdn.microsoft.com/en-us/library/ff628113%28v=sql.100%29.aspx
May 6, 2013 at 8:34 am
JJ B (4/29/2013)
Nice playlist. I've only seen 2 or 3 of those, so I'll have to watch the rest.
May 6, 2013 at 8:22 am
Is not > '' working?
CREATE TABLE MyTable
( current_point VARCHAR(20)
)
;
INSERT MyTable SELECT 'Test'
INSERT MyTable SELECT ''
INSERT mytable SELECT ' '
INSERT mytable SELECT NULL
GO
SELECT * FROM mytable
-- 4 rows
SELECT *...
May 1, 2013 at 2:46 am
Before you call CSS, I would check the underlying SAN LUNs and be sure there isn't contention there. The SAN admins often look at averages, but if they've carved up...
May 1, 2013 at 2:37 am
CO is leading the division, so I'm not sure how much we count a month of baseball. A few year ago the Yanks were 10 out at the All Star...
May 1, 2013 at 2:25 am
Interesting thoughts, and we're definitely looking to add something here. We have been debating about some of the ratings of articles/scripts, but posts make sense as well. We'll kick it...
May 1, 2013 at 2:23 am
Here's an article on this site discussing the issue: http://www.sqlservercentral.com/articles/Performance+Tuning/adviceoncount/808/
May 1, 2013 at 12:43 am
What's the nod you want to give? I'm not completely sure what you're looking for here.
Is this a way to note how many shares of a topic? Or how many...
April 29, 2013 at 10:06 am
milzs (4/29/2013)
April 29, 2013 at 10:04 am
Had a good time in Fargo this weekend, at SQL Saturday #173. It's a nice town, good weather for us, and MS has a large facility there that is the...
April 29, 2013 at 8:40 am
Lynn Pettis (4/29/2013)
If the emailed report is static (the data for the report is included in the report) and does not need any direct (or indirect) access to SQL Server,...
April 29, 2013 at 8:38 am
There are lots of opportunities. This past weekend was on in CO: http://coloradogivecamp.org/
Feel free to participate or organize your own in your area.
April 29, 2013 at 8:32 am
Frank W Fulton Jr (4/24/2013)
How many people could multipy 43564 x 35794 without a Calculator.
I would guess many people could, but probably not quickly. I do like that we teach...
April 25, 2013 at 11:17 am
Greg.Jackson (4/25/2013)
I'm a religious follower of the SQLServerCentral.com site. Also thrilled to hear that you are coming here to Fargo. (That's what I call home.) You'll be disappointed to hear...
April 25, 2013 at 11:14 am
SQL Server 2008 R2 is not slower running backups. In all likelihood you have some configuration or hardware issue with your connection to the SAN. Have you looked at wait...
April 24, 2013 at 11:27 am
Viewing 15 posts - 12,421 through 12,435 (of 39,804 total)