Viewing 15 posts - 391 through 405 (of 1,081 total)
Before making any changes to the CPU settings, read the following.
http://msdn.microsoft.com/en-us/library/ms187104.aspx
http://msdn.microsoft.com/en-us/library/ms186255(v=sql.90).aspx
To set max and min memory for SQL Instances, read below documentation:
http://msdn.microsoft.com/en-us/library/ms191144.aspx
http://msdn.microsoft.com/en-us/library/ms178067.aspx
Keep in mind, there are other considerations when...
March 22, 2012 at 12:55 am
Not sure if you configured the TNSnames yet?
a few guides below:
http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/
http://support.microsoft.com/kb/280106
http://www.sqlmag.com/article/sql-server/setting-up-an-oracle-linked-server49687
March 20, 2012 at 2:01 am
Please read through this:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
The above guidelines will enable us to assist you better and faster.
March 20, 2012 at 1:47 am
But none of this helped.I dont see the oraoledb.oracle driver in the Linked servers providers list.I am able to connect the Oracle client with the Oracle DB.
Please advice what could...
March 20, 2012 at 1:43 am
To agree and add to what Koen said.
Build a solution, and write down any error you can think of, from Data Source, Data Source View, Data Flow Source, Destination,...
March 20, 2012 at 1:26 am
http://www.connectionstrings.com/
This should guide you.
March 19, 2012 at 11:24 pm
Confirm the following checks from your side:
1. Reportserver & ReportServerTempDB databases are present in the instance
2. All configurations have been done and error free in Reporting Services Configuration Manager
3. Open...
March 19, 2012 at 12:18 pm
You can do the same SQL CAST/CONVERT to the desired datetime in the DSV, but instead of using a table or view, a SQL Query.
In the DSV, right Click, "New...
March 19, 2012 at 11:49 am
Artoo22 (3/19/2012)
I don't need assistance today, but I have a comment. Why doesn't Microsoft use T-SQL coding standards?
Whenever I script a system stored proc the code looks like a dogs...
March 19, 2012 at 6:26 am
Do they belong to different Roles? Sounds like the 2 users have explicit permissions in the cube to access certain data....
March 18, 2012 at 11:01 pm
GilaMonster (3/16/2012)
Henrico Bekker (3/16/2012)
RESTORE HEADERONLYFROM DISK = N'C:\AdventureWorks2008R2-FullBackup.bak'
WITH NOUNLOAD;
GO
Why use NoUnload? It's an option only valid if the backup is on tape. For backups on disk that option...
March 16, 2012 at 2:38 am
There are some templates installed by default with the Development Studio (Data Tools).
Yep, here is some info on AlwaysOn and HA:
http://www.infotechguyz.com/SQLServer2012/NewFeaturesinSQLServer2012.html
March 16, 2012 at 1:13 am
RESTORE HEADERONLY
FROM DISK = N'C:\AdventureWorks2008R2-FullBackup.bak'
WITH NOUNLOAD;
GO
March 16, 2012 at 12:45 am
Where would I even start?
Have you downloaded and installed SQL2012 RTM/RC0 yet? with it, SQL Data Tools (development studio) will install as well if chosen.
There are templates for Windows 7...
March 16, 2012 at 12:44 am
Viewing 15 posts - 391 through 405 (of 1,081 total)