Viewing 14 posts - 1 through 14 (of 14 total)
The View is for which table, where is the query for that view
in the stored procedure.
January 10, 2013 at 2:39 am
Hi Friend,
I need to know about the below table,
view_all_partitions_trg_prod
.
Can u Pls explain.
Thanks
Arul R
January 9, 2013 at 11:46 pm
[font="Verdana"]Hi ....
Please find the below link.
http://www.codeproject.com/Articles/13725/Getting-started-with-SQL-Server-Reporting-Services
It will help you [/font]
July 12, 2012 at 1:28 am
Please loook into the below query
select * from (
select *,ROW_NUMBER()over (order by mark desc)rn from mark ) a where rn=3
June 28, 2012 at 4:02 am
select * from (
select *,ROW_NUMBER()over (order by mark desc)rn from tablename) a where rn=3
June 28, 2012 at 4:01 am
Hi ..
Please refer the below link.
It may be help you.
http://www.codeproject.com/Articles/66827/Few-Step-s-to-Remove-SQL-Server-Database-User-s
http://www.codeproject.com/Articles/37274/Working-with-SQL-Server-Logins
June 28, 2012 at 3:58 am
Front end design for stored procedure using BIDS
June 13, 2012 at 12:29 am
I Know below Concepts....
1.Basic Queries
2.Stored proc and functions
3.triggers and Views
4.SQL Server Business Intelligence Development Studio
Then any thing can i learn
June 12, 2012 at 6:27 am
I Need what are concepts need to study or experienced for 2 + exp
June 12, 2012 at 5:19 am
In my current job 85 % work in SQL , i am also exp in ASP.NEt and C#.
So if i am try another jobn , which one is...
May 7, 2012 at 2:28 am
I have experience in ASP.NET C# and SQL server.
In SQL server .
1.Basic Query
2.function
3.Stored procedure
4.SQL Server Business Intelligence Development Studio
5.Triggers and view
I want to choose my career in SQL developer.
Can...
May 4, 2012 at 5:36 am
Viewing 14 posts - 1 through 14 (of 14 total)