Viewing 15 posts - 346 through 360 (of 1,081 total)
Nice script, although I prefer Perfmon logging CPU usage over periods of time to get averages, highs, lows.
March 30, 2012 at 2:18 am
Please don't cross post.
al replies here: http://www.sqlservercentral.com/Forums/Topic1275562-1633-1.aspx
March 30, 2012 at 1:30 am
Does SQLServer2008 R2 Supports the SSRS?
Can we update SQLServer 2005 Reporting Services to SQL 2008?
1. Yes
2. Yes - Links below on help
http://technet.microsoft.com/en-us/library/ms143724.aspx
http://technet.microsoft.com/en-us/library/ms143747(v=sql.105).aspx
http://www.sqlservercentral.com/Forums/Topic708977-147-2.aspx#bm1173228
March 29, 2012 at 11:40 pm
Not happy that it worked, that was the worst advise I've ever given.
But, I have had to use it on non-production systems once or twice as well.
Never, ever, ever, use...
March 27, 2012 at 6:20 am
Quick, dirty and ugly way (if you are desperate).
Stop SQL Service, drop the mdf and ldf files manually.
Start SQL, note the corrupt DB, right click delete.
OR:
sp_who2
Check who/what is connected to...
March 27, 2012 at 6:03 am
Already tried different media for RTM...no difference.
I'm also surprised that RC0 works, but RTM fails on same setup......
Not sure if it's worth sending to MS ?
March 27, 2012 at 5:12 am
Update:
RC0 installed without any issues. RTM still failing.
Now I'm confused :hehe:
March 27, 2012 at 4:35 am
Do you understand Data Warehousing concepts?
Does the Kimball Methodology ring a bell?
What's the difference between MDX/DMX/DAX?
Differences between MOLAP/ROLAP
How do you schedule an automatic cube processing task?
Can you define time...
March 27, 2012 at 4:31 am
Sqlchicken (3/27/2012)
March 27, 2012 at 4:06 am
Which platforms are your SQL and Excel, 32 or 64 bit or mixture?
March 27, 2012 at 3:24 am
INSERT INTO OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'Excel 8.0;Database=C:\test\test.xls;',
'SELECT FirstName, LastName FROM [Sheet1$]')
SELECT FirstName,LastName FROM Users
GO
Your reference to 'Excel 8.0' indicates Excel 1997, not 2007, which is 12.
March 27, 2012 at 3:08 am
Viewing 15 posts - 346 through 360 (of 1,081 total)