Topics
Started by
Posts
Last post
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
Hello Everyone I hope that you all are having a very nice day, and are ready for the upcoming holid…
6 replies
I have two tables 1- Tracking 2- DomainsToExclude Tracking table has following list of columns: 1- …
4 replies
Hello All, please help me in this scenario, i tried a lot but somehow seems to be my view is wrong …
7 replies
Hi This is the code SELECTRight(Replicate('0',15) + AccountNumber,15) AS 'AccountNumber', BankN…
2 replies
Hi, I want to create xml file using T-sql.. XML file is below format. please help me how i can crea…
7 replies
When I try to execute the following: IF NOT EXISTS (SELECT * FROM sys.schemas WHERE name = 'CreditR…
1 replies
--I need to compute a series of starting and ending datetime values, --based on the value of the pr…
9 replies
At this point i havent done anything. I'm assuming i'll have to bring down a file of sort and so on…
16 replies
I have a table: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABL…
7 replies
SELECT * FROM table1 t1 INNER JOIN table2 t2 on t1.col = t2.col OR …
8 replies
Viewing 15 topics - 6,901 through 6,915 (of 10,635 total)
You must be logged in to create new topics.