Topics
Started by
Posts
Last post
Hi, I need to create an empty excel sheet using T-SQL. Can any one help me out in this? Thanks in a…
3 replies
i have a column called: CustomerName in SQL Server: I am trying to remove the *NA in any customer f…
4 replies
I have created audit table CREATE TABLE Test_Audit (column_name varchar(50), old_value varchar(100)…
7 replies
Can you use a stored proc to schedule a job? What I would like to do, is that when you run the stor…
6 replies
Hi, There exists a sql file (.sql) containing some create statements and bunch of inserts , details…
4 replies
Please go on above link and Please try to solve my problem. I am stuck on this.
3 replies
I have a table with database sizes in it that tracks the size of the database for every day of the …
1 replies
We are a company that sells items and ships them in bulk. I am tasked with making a report in SSRS …
9 replies
I have an EAV that was given to me. It's only one table and it is as follows: CREATE TABLE EAV ( E…
1 replies
I have a DB that grows like crazy. This was a design decision I had nothing to do with, but now I h…
10 replies
Hi all, I've files with an unix timestamp as name. For instance filename: 1081277409 I've written a…
3 replies
Consider i have the below table structure create table #temp(id int,entity nvarchar(50)) insert i…
2 replies
I know that if I use the syntax INSERT INTO <DestinationTable> (<Columns>) WITH (TABLO…
1 replies
Good Day, we are running SQL Server 2008r2 in our Production environment and 1 of the requirements …
4 replies
HI all, I have a scenario... For Example, I have a ITEM table with structure - CREATE TABLE ITEM ( …
1 replies
Viewing 15 topics - 2,701 through 2,715 (of 10,647 total)
You must be logged in to create new topics.