Topics
Started by
Posts
Last post
Hi Guys, I'm using the following script to list the last 10 log backups and their sizes SELECT top …
4 replies
I'm working on a report. I need the details, and summary from one table basically. I'm using a self…
8 replies
Please help me in this.. i have written cte but facing problem in achieving my desired output: orga…
3 replies
I am dealing with a database that has around 2500 tables in it (not my design) and often query Info…
10 replies
All, I have the below scenario. create table t ( eno int primary key ) alter proc p1 as begin BEGIN…
17 replies
I am trying to understand the practical implementation of & (Bitwise AND). In what scenarios s…
8 replies
Dear sir, I want to fetch the employee details with different filter conditions. Please help me org…
3 replies
Hi, I am trying to write a generic stored procedure in sql 2008r2 for top 10 sales.I need to be ab…
4 replies
Hello, I wanted to save a query result to a text file. --This Part was easy and can be done in many…
4 replies
How can I run this code to loop through all databases and just not one at a time? declare @group1…
3 replies
i see in the execution plan tat remote query is taking 32% how can we reduce this? Thanks Ami
4 replies
I am developing a report using crystal reports to show "available inventory" and am doing so by try…
16 replies
I have a script as simple as Select a.Col1, a.Col2, a.Col3, a.Col4, a.Col5, a.Col6, b.Col4, b.Col…
5 replies
hi folks, by mistake i have altered a procedure in a wrong way, now i want to get back the old defi…
8 replies
I am building a report that needs to show the cumulative daily total as shown below: Date | Today's…
1 replies
Viewing 15 topics - 6,886 through 6,900 (of 10,635 total)
You must be logged in to create new topics.