Topics
Started by
Posts
Last post
Hey Guys, Our database has Unique SKU's for each product, however when it comes to Jewelry every s…
2 replies
if the following is in the connection string in an app.config file, the following will use the sql …
2 replies
Hi I have a job which is runs every 6 hours a day. 2:00 AM, 8:00 AM, 2:00 PM, and 8:00 PM. For any …
3 replies
Hello DBA's/Developers, I'm trying to select XML data from one tag that is stored in an TEXT data t…
7 replies
Hi Guys, I am actually in need of a t-sql or a powershell script that will help me get the latest b…
16 replies
I have a requirement here. There is a string '0005 ganeshkumar A999'. I want the last four characte…
13 replies
I have a table as follows: Row#, Account#, ..., Column_40 With data that looks like: 1, 100, ...., …
1 replies
@id = 1,2,3,4,5 @name = 'NY, NJ, VA, DC,CA' I have a temp table called #tmp (id int, name varchar(4…
2 replies
Create table collapselist ( mnbr int, Pid int, Pname varchar(10), Jid int, Jname varchar(10…
1 replies
I tried to export data from one server to another server, they are both 2008. When using export wiz…
3 replies
Hi All I have a maintenance process to run whereby Indexed views are dropped and recreated during d…
8 replies
I've been trying to find performance stats on different ways to do conditional WHERE clauses. Take…
3 replies
All, I have some queries as below. create table nav ( id int, amt decimal(16,8) ) insert into nav s…
3 replies
I get this error when using this function: CREATE FUNCTION dbo.[PSBPR_FormatData] (@DataValue DECI…
16 replies
UPDATE [tblTransactions] SET [AllocatedDate] = ........ Basically I need to set AllocatedDate to "T…
3 replies
Viewing 15 topics - 4,246 through 4,260 (of 10,647 total)
You must be logged in to create new topics.