Topics
Started by
Posts
Last post
am using SQL Server 2005. My query in the stored procedure retuns some thing like this. Num Code_1…
6 replies
I am bulk importing a list of product SKUs into a table from a csv file. I have a strange character…
2 replies
Hi All I have a this scenario. Remote SQL SQL 2008 R2 Local SQL SQL 2008 R2 I have access to this …
7 replies
Hello everyone, I have the data in follwing format from my stored proc. I need to have standard dev…
7 replies
Can anyone help me with this issue: today i have a disk failure on my SQL Server 2000. even though …
2 replies
Hi, Bit of random one. Im about to build a new SQL Server and im thinking. Why put it on Windows …
2 replies
How do i get all the errorlogs of jobs from all instances on a server.or may be 2 servers. each ser…
1 replies
Can we access SQL server 2008 server using SQL server 2005 management studio [without installing an…
4 replies
Hi All, I have identified a few data quality issues via a Business Objects report. The db is a sql …
4 replies
Hi, I'm new to SQL Server 2008. I'm trying to create a new Login in SQLEXPRESS 2008 so that I can c…
7 replies
dear all i have following table in sql server 2000 create table test (id int, batch varchar(5)) ins…
1 replies
We have been having random slowdown issues and i've been tasked to determine if any of it is relate…
10 replies
Hi, I wish to write a query to return a list of all authors and the titles they have written. Desir…
1 replies
my query happens to be like this--> SELECT @var = col1 from table where PK = @pk /* some logic.…
29 replies
Data first.. IF OBJECT_ID('tempdb..#priceData') IS NOT NULL DROP TABLE #priceData; create table #p…
2 replies
Viewing 15 topics - 3,496 through 3,510 (of 5,050 total)
You must be logged in to create new topics.