|
Here's a few of the new posts today on the forums. To see more, visit the forums.
where to install the new warehouse SQL Server?
- I’m starting to build the DM design for BI data warehouse; I have two SQL server 2008 databases that will...
Custom DLL deployment
- Hi,
I have two SSIS packages which uses the Custom DLL in a script task. This Custom DLL has code which...
Create string using input values
- Hi,
I have a beginning Year and a End year and i have to compute/create a string based on the given...
Strored procedure returns different row counts
- I have a Select statement based on few joins. When I run it on my development server and test development...
Running a batch job in a sql stored proc
- We have someone who executes a batch job the result of which is some data is moved from txt files...
Barcode 128 generator (using scalar function)
- I'm looking for a barcode generating Function that uses the standard Code128. Apparently no function that fixes this has been...
Auto Save / Auto recover in Management Studio?
- I have come in today to find my PC rebooted, I suspect due to windows updates, (it decides to reboot...
plz i need help!!!!
- i want the entry for adding 2 value but i want show in the third cloumn all result with null...
How to Reduce the Logical Reads, to imporve the Performance of the Query
- Hi,
I heard abt the Logical/ Physical Reads In Sql Server.
Could any one please explain me
What are Logical Reads?
What are Physical...
sql writer issues
- hi.......guys.
sql writer while taking backup it backup for entire volumes or it take only sql backup ???
thnx...........reply
partitioning - swapping in from smaller higher grain to lower grain
- I have a table partitioned at the grain of Year.
I have a second table partitioned at the grain of month.
I...
SQL SERVER CPU Usage 100 % even at no traffic time
- HI,
SQL SERVER CPU Usage shoots up to 100 % even at a time when user is not accessing application or any...
The query has been canceled because the estimated cost of this query
- Hi Experts,
I am getting below error while executing the stored procedure.
The query has been canceled because the estimated cost of...
Import Excel using OPENROWSET only works for SA
- In our development environment web application we're uploading excel files to the SQL server and importing them using openrowset. This...
facing serious performance issues, please see the scenario below need urgent help - Please chk the code below
- declare @MLLCMBI_GH_YR varchar(50)='2012'
declare @MLLCMBI_GH_MNTH varchar(50)='March'
--declare @MLLCMBI_GH_WK varchar(50)='W2'
--declare @MLLCMBI_GH_BNK varchar(50)='ADB'
declare @TMPVW table (
userType varchar(50),
status varchar(100),
bank varchar(50),
date datetime,
WEEK VARCHAR(50)
)
--WHILE @chrind > 0
--...
CSV to Excel
- How to automate the process of converting csv file to excel file?
Join Values from 2 columns
- Hi geniuses,
I have a table which contains groups inside Receivers and Payers (2 columns).
Some groups can be Receivers and Payers,...
WHERE vs. GROUP BY again
- The following two T-SQL statements return exactly the same row set whatever data is:
[font="Courier New"]SELECT [i]something [/i]FROM [i]somewhere[/i] WHERE [i]condition[/i]...
t-sql 2008 r2 error message
-
This is the first time I am writing a trigger. I am getting the following error message on a sql...
Case sensitivity when declaring paramters
- My server is case sensitive (CS)
My DataBase is no (CI)
The smss query editor works fine for this kind of query...
Update works on some systems but on few others
- Hi All,
I have some update and insert queries to update GEO location data, which when I execute on my system...
sql trigger problem
- I am trying to write my first trigger on a sql server 2008 r2 database.
I keep getting a procedure error...
Stuck with PIVOT
- Hi,
To simplify the problem, I have JOINed 3 tables together to create a new table with the following output:
[img]https://sites.google.com/site/facesmapicons/PIVOT.jpg[/img]
I...
Help on how to count guests in hotel every day
- I have a table keeps guest records in a hotel. For each guest I have check in date and check...
How To Validate in Procedure
- I Created a one Procedure ..its given Below...
[code="sql"]create procedure [dbo].[USP_Reliance_Master_Upload]
as
begin
declare @dt datetime , @Mnth varchar(10)
BEGIN TRY
SELECT @dt...
Oracle 9i to sql server 2008 migration
- I want to migrate from Oracle 9i to Sql server 2008 using SSMA. Please let me know what steps will...
Property Collation is not available for Database
- Backup job failed last night - viewing the history logs gave the following message "Could not find database ID 15. Database...
how to attach database with variable path by storedprocedure??
- please help me, how to attach database with variable path??
migrating dts 2000 packages to ssis 2008 packages
- can please any one tell me that step by step process of how to migrate dts 2000 packages to ssis...
Would using the MS Press books be sufficient?
- After being an MS SQL DBA for over a decade I'm finally looking at getting some certifications. Unfortunately though it'll...
barcode generation problem in RDLC local report
- I am trying to encode [url=http://www.aspper.com/barcode-rdlc/tutorial.html]barcodes in RDLC reports[/url], I am using vs 2008 and C# class library.
It works well...
SSIS doesn't import TXT file
- I'm trying to do import of that TXT file
[url=http://sdrv.ms/SVhAnp][/url]
into that table
[url=http://sdrv.ms/SViksM][/url]
via this DTSX
[url=http://sdrv.ms/SViyAa][/url].
Surprisingly, it gives me no error at all...
where to install the new warehouse SQL Server
- I’m starting to build the DM design for BI data warehouse; I have two SQL server 2008 databases that will...
|