Topics
Started by
Posts
Last post
I am getting incorrect results while trying to get the all dates less than the current date The que…
3 replies
Hi friends, I'm creating Linked server to Oracle. I installed Oracle client 10g and set up ODBC c…
1 replies
DECLARE @Desc VARCHAR(5000) BEGIN TRY -- Generate a divide-by-zero error. SELECT 1/0; END T…
4 replies
Hi Folks, How to get the Last Day of any month, .bUT FOR EVERY MONTH I SHOULD GETLast DAY EXAMPLE;…
20 replies
IF OBJECT_ID('tempdb..#Data') IS NOT NULL DROP TABLE #Data; create table #Data([ID] [Int],[Sub][Int…
13 replies
Some data for you IF OBJECT_ID('tempdb..#priceData') IS NOT NULL DROP TABLE #priceData; create tab…
3 replies
Is there a way that in SSMS query window I can determine how many records are effected by an update…
5 replies
Hello, I'm wondering if it is possible to make a cross tab query with the data mentioned below. It …
3 replies
Hi Guys Has anyone done a database upgrade from 2000 to 2008. Im planning to upgrade to 2005 but I…
13 replies
I am a Newbi DBA and I manage a db that requires that i run two update queries around the first of …
9 replies
I have a column with these values The Website is mysite1.com because it is my site. The Website is …
13 replies
Hi all I'm trying to execute a package. While executing the package SQLDumper.exe pop up comes and …
1 replies
IF OBJECT_ID('tempdb..#priceData') IS NOT NULL DROP TABLE #priceData; create table #priceData(quote…
4 replies
I have a project where I need to create multiple records out of the same data (exact duplicates) ba…
4 replies
Hi, I have the following: ID Name Email ----------------------- …
5 replies
Viewing 15 topics - 676 through 690 (of 2,735 total)
You must be logged in to create new topics.