Viewing 15 posts - 931 through 945 (of 1,186 total)
I was just trying to point out a real world scenario. If I offended you I'm sorry. That was not the intent. The intent was to show that what you...
July 16, 2004 at 4:38 pm
OK.. Dumb question here:
Why in this good earth would you want to knowingly install sp's 1st and create the columns later??? This is asking for HUGE problems.....
Someone or something could...
July 16, 2004 at 11:35 am
Why not save the MS Word doc as a text file and open with notepad, wordpad, textpad, etc..???
This will have the same information that QA likes and will avoid the...
July 15, 2004 at 11:01 am
I don't think that SQL is OLE compliant with Office components i.e. having Access dynamically update itself because the Excel spreadsheet changed or vice versa.
What you could do is run...
July 13, 2004 at 1:26 pm
Try putting GO statements between each of the requests
CREATE DATABASE [Chapel Attendance]
GO
USE [Chapel Attendance]
GO
CREATE TABLE attendancerecord(StudentID CHAR (6) NOT NULL
Date TIMESTAMP NOT NULL)
GO
This might work...
July 13, 2004 at 1:22 pm
Why does it have to be in the front?
If you are looking at creating some sort of ID column or other information you can just ensure that in your SELECT...
July 13, 2004 at 1:20 pm
Sukhoi,
The ORDER BY is in both SELECTS already. The code will work by removing the 1st only ONLY
July 10, 2004 at 7:09 am
There are a whole bunch of different ways of doing this... Here are 2 simple ones: Both rely on the VB app tacking on the % to the company name...
July 9, 2004 at 5:38 pm
I tend to agree with most of the people here with my approach to debugging:
July 9, 2004 at 4:54 pm
what you could do is....
When you build the string either in the stored procedure that you are calling from VB or from the query you are building in VB ...
WHERE...
July 9, 2004 at 4:45 pm
I was curious. A lot of questions are mis-posted....
July 9, 2004 at 4:02 pm
remove the order by from the 1st SELECT statement and you should be good to go...
July 9, 2004 at 2:39 pm
Laurence,
What reporting tool are you using??
July 9, 2004 at 5:40 am
Unfortunately, that wouldn't work. Regardless of where the user really is in the world the SQL SERVER thinks that they are physically sitting in front of it touching it's physical keyboard
July 8, 2004 at 7:38 pm
In the copy sql server objects task object UNCHECK "use default options"
UNCHECK the top 3 options (security area).
This may be all you need..
July 8, 2004 at 7:36 pm
Viewing 15 posts - 931 through 945 (of 1,186 total)