Topics
Started by
Posts
Last post
Create table #Check ( Date Date , Amount money ) Insert into #Check values ( '04/21/2012','…
3 replies
The below cursor is giving an error DECLARE @Table_Name NVARCHAR(MAX) , @Field_Name NVARCHAR(M…
3 replies
I dont know whether this is the right place to ask this question, but how do i see my previously as…
2 replies
I'm having a rounding issue I was hoping some of the minds here would be able to solve. Although I …
2 replies
I am trying to figure out how to round a datetime variable to the nearest second. The solution mus…
5 replies
Hi all, I have a table with addresses and activity dates. I need to be able to retrieve the past 3…
14 replies
Hi all experts, I am sorry to post the problem of the same type , but i am not able to logically in…
7 replies
Hi I'm importing dates into a table with Bulk insert SET DATEFORMAT DMY it works with dates e.g. "1…
14 replies
I have a text field that I need to parse out into 4 fields. 30.125x23.625-18.875x25.375 6.1875X19.3…
5 replies
Dear all: I have a temp table that hosts data from a MDX query, I want to select a column from that…
1 replies
How? I've got a query that returns the data I need. I want to put the query in a stored procedure s…
1 replies
Hi Guys, I am having SP which gives, two result sets. The columns which are coming from result sets…
2 replies
Please forgive my newbieness! 🙂 I have a simple script where I want to pull GLAcct, GLDesc and Amou…
10 replies
Hello comunity I have the following code and i want to passed more than one value: DECLARE @myvend…
19 replies
I tried a bunch a ways and can't figure this out The FirstName and LastName values being passed in …
8 replies
Viewing 15 topics - 1,771 through 1,785 (of 10,647 total)
You must be logged in to create new topics.