Topics
Started by
Posts
Last post
I have a rather interesting task of creating a sales snapshot of our products for our DW. There is …
2 replies
If I use the following statement: CASE WHEN ISNUMERIC(Field) = 1 THEN CAST(Field as Numeric) ELSE 0…
1 replies
http://sql.ipps.ru/index.php?Lang=1
3 replies
Is there any other function or way to change the database’s machine date from QA ..Better Than Bef…
2 replies
Hello, I am interested in passing table datatype as an input parameter to a stored procedure. …
11 replies
Attempting to get column name from varchar staging table and data type from target table. Query wor…
4 replies
CREATE TABLE Lookup_User_Title ( [TitleID] varchar(10) primary key, [TitleText] varchar (10) not nu…
1 replies
Can someone check my logic here my main table I creared is at the buttom. How can I implement this …
4 replies
Does anyone knows how to execute a exe file from SqlServer ( Stored Procedure / Dts / Job ) ? Thank…
2 replies
did you know osql imposes a delay between statements when running a script file. Have a look at htt…
1 replies
Can someone help me with this query? CREATE VIEW IMEXtrlrUtilUNIONasapSM_VW as SELECT top 10…
5 replies
Hello all, How can I save the results from xp_readmail to a table? Some tsql exam…
2 replies
Suppose I have an inline UDF as follows: “create function f_Fglastpurchaseinfo(@m_locationid…
4 replies
Has anyone gone to the arduous process of writing a proc or UDF which mimics VB's Format$() functio…
8 replies
Dumb question.....But Which one is the best i can choose between OR or IN operators in a …
2 replies
Viewing 15 topics - 13,801 through 13,815 (of 17,082 total)
You must be logged in to create new topics.