Topics
Started by
Posts
Last post
Hi, I need to set a date column, and milliseconds are significant. If I do this: UPDATE mytable S…
8 replies
Hello, I am trying to parse data and put in seperate columns if possible. For example: 332|347 34…
5 replies
I see query somebody use like below. So let me know this method (joinig tables/ outer join) is good…
2 replies
Hi there, I have table holding values for hours, and for days as: CREATE TABLE [dbo].[HoursandDays]…
8 replies
We have 60 stored procedures without headers. now we need to include below details in all sp. Is th…
4 replies
Hi I am trying to copy a data from text file to temp table using bulk insert but it gives me Error…
3 replies
I am using many indexes in my database I understood that it is not advisable to rebuild all the ind…
4 replies
Hi All I want to reserve memory. I am not using sql full text nor the analysis service in my applic…
4 replies
Hi All, I have a question around "What is the best practice" for doing a delete statement when join…
7 replies
I'm testing the below script. If I give the path name wrong, @hr variable giving some number (like …
1 replies
First, I read Jack Corbett's intro to triggers and am attempting to stick with set based sql. The p…
10 replies
I have a production database, in one table there is number of operations, this column contains '/' …
4 replies
Hi- I have a table that has every order placed. Something like this customer_id, order_code_id, or…
8 replies
I have tow tables 1.Contact(FirstName,MiddleName,LastName.ContactId) 2.Sales(ContactId,TotalDue) S…
4 replies
I can generate a forign key script in the management studio. For example: ALTER TABLE [Student] WI…
3 replies
Viewing 15 topics - 6,676 through 6,690 (of 10,647 total)
You must be logged in to create new topics.