Viewing 15 topics - 250,006 through 250,020 (of 283,954 total)
Topics
Started by
Posts
Last post
Hello, I am not able to create a database (2G) even though there is 9G free space on the disk. I ge…
3 replies
In my company, SQL Server plays a big part of the process. However ever since I came to work …
3 replies
Hi all, How can i get MSDE for my computer. please send me the site. Thanks
1 replies
Hi all, I am trying to get the highest bag # from the work order numbers w/ matching six dig…
12 replies
'SELECT MAX(ID1) FROM (SELECT TOP '+ CAST(@grade1 as varchar)+ ' * FROM table1 WHERE device_da…
15 replies
I have a column that is VARCHAR and I want to remove all characters that are not numeric. The colum…
8 replies
How can I query this: select count(doc_iccmc) cnt,doc_iccmc from v_DOCUMENTDIREC…
6 replies
I have this query which is correct or so far so good: SELECT dbo.tblContact.ContactID, dbo.tblConta…
7 replies
trying to insert a date based on another date in another field. I need to insert a date 6 months ol…
14 replies
DECLARE @Temp TABLE (RowId int NOT NULL IDENTITY(1, 1), …
10 replies
Hi.......... How do i write a code to find the weeknumber in a given month for the given date if th…
2 replies
It seems like this should work, but it doesn't return the value, just Null instead.What am I missin…
1 replies
I am running a DBCC SHRINKFILE to shrink a data file on a 300g db. it has been running for more tha…
1 replies
Alas, why this proc i cant capture the print 'hello' ????????? create proc SP_test as begin …
12 replies
I thought I'd open up a philosophical discussion on the merits of using Surrogate Keys (IDENTITY co…
3 replies
Viewing 15 topics - 250,006 through 250,020 (of 283,954 total)