Topics
Started by
Posts
Last post
Hi Can anyone suggest me how to find if there are any trailing spaces in a field? I would appreciat…
4 replies
Could someone explain how to convert this size to gigabytes? I look at it, and I can't figure out …
3 replies
I have the following 2 tables: CREATE TABLE TXN ( INT ,txnDate DATETIME ) CREATE TABLE PERIOD …
4 replies
I'm still a newbie when it comes to some things in SQL Server 2005. I've recently come across a sc…
3 replies
I have a sproc that filters on the SiteNumber field of a table but I also want to give the user the…
14 replies
What I'm trying to achieve: Let's assume I have a Table with columns like this: firstname,lastname,…
8 replies
Hello. I have a select that returns some SubCategories. SELECT SubCategoryID from SubCategories SCA…
4 replies
Hello everyone, is there any SQL stmt to access log? Can i go into log file just as we go in MDF fi…
1 replies
Issue is I have multiple columns being returned where I just need the latest. I have tried to use M…
2 replies
I have a stored procedure that has several parameters that are passed in that are used for differen…
10 replies
I had one of our programmers come to me this morning and she is trying to update some information i…
6 replies
How can I query a varchar(250) field for a specific word: "Project Managers Book" "The Project Book…
9 replies
I have a stored procedure that is taking about 12 hours to run, even when the database has no other…
10 replies
Data load from excel file into the table. I am using SQL 2005. I have my physical excel file with d…
5 replies
I have the following code: DECLARE @COnsultantID Char(20) DECLARE @StartDate DateTime Declare @EndD…
7 replies
Viewing 15 topics - 10,171 through 10,185 (of 12,230 total)
You must be logged in to create new topics.