|
|
-
Jason Yousef Liked 1 Years ago through Tutorials
This article talks about ETL and gives a brief overview of SSIS...
|
-
Jason Yousef Posted 1 Years ago through Blogs
A recent questions about how to add SSRS named instances, couldn't find any that talks about SQL server 2008, anyway I decided to help by creating some screen shots....
|
-
Jason Yousef Posted 1 Years ago through Blogs
A recent questions about how to add SSRS named instances, couldn't find any that talks about SQL server 2008, anyway I decided to help by creating some screen shots. The installation is straightforward, you just pop the SQL server 2008 installation DVD...
|
-
Jason Yousef Posted 1 Years ago through Blogs
This is a temporary post that was not deleted. Please delete this manually. (dfc3e76c-093f-4481-9107-ee11fea53dbd - 3bfe001a-32de-4114-a6b4-4005b770f6d7)......
|
-
Jason Yousef Liked 1 Years ago through Just Learned
How do I know which deprecated features I’m using?
To find out, run the following query:
[code]
SELECT instance_name AS 'Deprecated Feature', cntr_value AS 'Times Used'
FROM sys.dm_os_performance_counters
WHERE object_name = 'SQLServer:Deprecated F...
|
-
Jason Yousef Learned 1 Years ago through Just Learned
How do I know which deprecated features I’m using?
To find out, run the following query:
[code]
SELECT instance_name AS 'Deprecated Feature', cntr_value AS 'Times Used'
FROM sys.dm_os_performance_counters
WHERE object_name = 'SQLServer:Deprecated F...
|
-
Jason Yousef Liked 1 Years ago through Just Learned
Today I just learn from ABHISHEK DEY Post
If you are working with VS 2010 (any Edition) and cannot open your 2010 solution on VS 2008 then just follow these 3 Steps:
For <PROJECT_NAME>.sln:
1. Open the solution file in your favorite text editor (...
|
-
Jason Yousef Learned 1 Years ago through Just Learned
Today I just learn from ABHISHEK DEY Post
If you are working with VS 2010 (any Edition) and cannot open your 2010 solution on VS 2008 then just follow these 3 Steps:
For <PROJECT_NAME>.sln:
1. Open the solution file in your favorite text editor (...
|
-
Jason Yousef Liked 1 Years ago through Just Learned
How do I know which deprecated features I’m using?
To find out, run the following query:
[code]
SELECT instance_name AS 'Deprecated Feature', cntr_value AS 'Times Used'
FROM sys.dm_os_performance_counters
WHERE object_name = 'SQLServer:Deprecated F...
|
-
Jason Yousef Learned 1 Years ago through Just Learned
How do I know which deprecated features I’m using?
To find out, run the following query:
[code]
SELECT instance_name AS 'Deprecated Feature', cntr_value AS 'Times Used'
FROM sys.dm_os_performance_counters
WHERE object_name = 'SQLServer:Deprecated F...
|