Topics
Started by
Posts
Last post
Hi I have a store procedure, it works fine, but I want to make a change in it, I want to have only …
5 replies
I generally use the following template for error handling in SQL Server 2008 CREATE PROCEDURE Samp…
1 replies
Consider i have the table as follow, Id Name1 Name2 Value1 Value2 1 Abc Xyz 10 …
8 replies
I'm trying to figure out an alternative to a WHILE LOOP statement. I have a table with database key…
10 replies
Dears, I am using the insert bulk command to upload date in one table using below code. BULK INSERT…
5 replies
Hello everyone, and Happy Friday I am tasked with trying to update a table. I have told them that t…
5 replies
Hi, This was the question ask to one of my friend during an interview. He was ask to perform the ad…
37 replies
Hello everybody. I am a researcher looking for answers. I have a portfolio of select queries, and …
11 replies
Hi All, How to Identify name starting with a specific letter without using like operator? Please he…
6 replies
Hi folks Hope you can help, and I've put this in the right section. My predicament is as follows - …
2 replies
You cannot vote on your own post 0 I have table called FACT_NLTRANS. Basically this is fact table. …
11 replies
If a sql server table's column values 1. allows nulls 2. originally came from another database 3. o…
5 replies
Using SQL Server 2008 I've got to find who's got our equipment. Should be easy, cause there's a tab…
7 replies
I am trying to create data in a table that is a lookup table to another table and hoping to use row…
7 replies
CREATE TABLE #DATA (ID INT, Val INT, STARTDATE DATE, ENDDATE DATE) INSERT INTO #DATA VALUES (51376…
5 replies
Viewing 15 topics - 2,836 through 2,850 (of 10,647 total)
You must be logged in to create new topics.