Topics
Started by
Posts
Last post
I'm using sp_OACreate in a scalar function to create a folder if it doesn't exist, and it works fin…
10 replies
Hi, I am working out some extremely bespoke financial periods for a client and I need to get …
4 replies
Hi Everyone,I have a cursor that I want to run through our server, get a list of the DB's then inse…
10 replies
I've always tried to make any script I write rerunnable whether it's modifying a stored proc, alter…
9 replies
I have 88 tables that are updated with new records. I need to count the number of loaded records an…
4 replies
Could use some help on this one: I have a SQL Server 2008 64bit and try to put data in excel 2010.…
9 replies
Hello, I have been stuck on this for a long time now, I hope that someone can help!Please refer to …
3 replies
Declare @UserTransaction table(IdUser int, IdShop int); insert into @UserTransactionselect 100, 1 u…
7 replies
Hello,I hope someone may be able to help? I have table which holds relationship data where most of …
13 replies
I have a table with a Start Day and a End Day Column ID StartDay EndDay1 Monday Friday2 Tuesday Wed…
91 replies
Hello, Is there anyway I can replicate this within an INSERT/OUTPUT statement: declare @ID as tab…
5 replies
Hello, I am trying to generate a monthly report for sql database backup job. Is there a script tha…
7 replies
Hello All, I have one t-sql related question. I have one table which contains hierarchy data in fol…
2 replies
I am trying to show how many employees were hired in each department by startyear (2001, 2002, 2003…
5 replies
Is it possible to combine the Rows returned from a SQL running within a Cursor? DECLARE sla_cursor …
11 replies
Viewing 15 topics - 181 through 195 (of 10,647 total)
You must be logged in to create new topics.