Topics
Started by
Posts
Last post
We just started getting an error 'Arithmetic overflow error converting expression to data type int'…
5 replies
Hi I am trying to use a query to find values in a specified field which have spaces. I am sur…
3 replies
I have a table with the following structure Id , ProdId , ProdIdDetails 1 &…
5 replies
I am using BCP with a format file. The input file contains fixed length fields on each record. Some…
2 replies
I'm trying to write a regular expression to filter out bad account numbers in our database. We hav…
5 replies
declare @year char(4) set @year = '2007' declare @dat datetime set @dat='1/1/'+@year +'' declare @i…
6 replies
How can i find a column name from all the SP's in a database, I mean where ever that column is used…
2 replies
Trying to get output form restore verifyonly command using sp_executesql with no luck. Have tried s…
6 replies
I'm trying to write a script that looks at sales for various different products and then decrements…
2 replies
Guys hi, I have a problem that i need your help. This is how the story goes. A stored procedure ins…
3 replies
Need help with a query selecting certain records and a statement to delete certain records. Cleanin…
4 replies
Does anyone have an easy way to do this: Table 1 has string 'FENWAY CT' while Table 2 has just 'FEN…
2 replies
hello, sorry but i'm a complete newbie at sql so forgive my complete ignorance... I want to create …
2 replies
I got an Error Like There is already an object named '#TempTable' in the database. My Script is her…
5 replies
I have Two tables in these table i can access only one table,permission only. know using view i can…
3 replies
Viewing 15 topics - 4,546 through 4,560 (of 17,082 total)
You must be logged in to create new topics.