Topics
Started by
Posts
Last post
I want to improve my DB Knowledge , i have experience in MS-SQL and ORACLE. My Problem is when i fa…
4 replies
Hi, I have a query window with a lot of code but I do not want to run it entirely in error, is ther…
6 replies
Let's assume we have 1) A key value, like a product number 2) and a ValidFrom date, like this MyPro…
3 replies
Command to run Exec Rpt_OrderReport '1/1/2013' , '1/31/2013' Need a code which will save the output…
1 replies
Hi there I am fairly new to SQL Server TSQL and I have a strong MS Access background. I can't get m…
9 replies
Hi, I have a table #TransDetail CREATE TABLE #TransDetail ( ID INT IDENTITY(1,1) PRIMARY KEY, Nu…
7 replies
Hi everyone, I manage 100+ SQL servers and some of them contain over 120 – 800 GB + databases. I go…
1 replies
I am trying to update my sql table field descriptions programatically, but I am getting an error. -…
1 replies
I am trying to get a homegrown database to automatically update a 'IsActive' column. I have a merg…
2 replies
I have a following table and I need to group by each topic and count them. SNo Category 1 --…
11 replies
Hi...... I have one table in my database say for example "TableA" and the data is shown…
2 replies
Looking for SQL Query help on following. Have a key value pair, as below. declare @t table (id int,…
2 replies
So I have run into this most aggravating of issues 😀 Here is what I have; I am loading sales order …
7 replies
Hi Everyone, I'm experiencing something I don't expect and I'm hoping someone can shed some light. …
8 replies
Hi All Is there anyway I can use the below script to generate CREATE DATABASE commands? select DB_…
2 replies
Viewing 15 topics - 4,036 through 4,050 (of 10,636 total)
You must be logged in to create new topics.