Topics
Started by
Posts
Last post
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
Is there an easy way within SQL Server (no xp_cmdshell or anything like that) to get the last Windo…
4 replies
Hi there, Express R2: A multi-table/inter-server script that needed < 2min to finish yesterday c…
3 replies
Hi there, I used the script on this site (Example D. Using sys.dm_db_index_physical_stats in a scri…
4 replies
CREATE TABLE [dbo].[StagingIssuer]( [AsODate] [datetime] not NULL, [AssetSK] [varchar](100) not N…
2 replies
I have the following table of departments, members, and actions: CREATE TABLE [dbo].[GroupMembersh…
8 replies
Viewing 15 topics - 6,901 through 6,915 (of 10,647 total)
You must be logged in to create new topics.