Topics
Started by
Posts
Last post
I wondered if anyone has found help changing a primary key fill factor before modifying data type f…
45 replies
I'm trying to understand the concat function. If I do this : SELECT custid, country, region, city…
2 replies
Hi there, I am using the following Cursor in order to populate multiple tables. /* This script pop…
2 replies
Hello all, I have a table with a field called FILE_NAME. This field contains a string of text: 0011…
3 replies
Hi, I'm actually facing an issue at this point, and there seems to be successive cpu/memory pressur…
21 replies
Hi, I have 10 CTAS statements creating temp tables. Once they are created, they are LEFT OUTER JOI…
9 replies
What would be a good way to monitor how much server resource a user is using over a period of time?…
2 replies
HI all, Decalre @day int Declare @date datetime = NULL SET @day = ( Select max(day1) FROM table1 WH…
3 replies
Luis Cazares and Phil Parkin kindly helped me with the first problem. Problem 2 and 3 I need help w…
2 replies
q1) where ever i need order by to assign unique and sequencial number i use following while insert…
7 replies
i would like to load attached flat file(loadfile.txt) to two tables First table is #ShipmentTrackin…
6 replies
Hello, can you help with this. I have list of 1000's of ID's - example below. 100||6||201203121235…
5 replies
Hello Folks - I've been working on a stored procedure that will return productivity numbers by shif…
1 replies
Hi, I want to find the all the relational index options for a table, is there a query to find all t…
4 replies
I have a table("Applications") that stores leave applications. The leaves are stored in "StartDate"…
2 replies
Viewing 15 topics - 2,341 through 2,355 (of 4,984 total)
You must be logged in to create new topics.