Great info in this thread, thanks!
I'm trying to track down some desktop type training, like CD or DVD, for sql server 2000 administration, no going to classes for us!
Any suggestions?
Thanks!
Linda
Hello there!
I have a workbook that pulls data from a SQL Server 2000 database using several different queries for different parts of the workbook. I built the queries using the "New Data Query" option in Excel and I have the query properties set to refresh on open.
Everything works...
Help (again!)
I'm trying to autofill a column of data with a sequence number. I can find the range I need to fill no problem (thanks to the wonderful FAQ section :-) ), but for some reason I'm getting an error on my autofill. Any suggestions?
Thanks a million!
Linda
Sub fillit()
Dim...
Hello there!
I have a spreadsheet that on file open will refresh data from SQL Server into the spreadsheet. I want to be able to save and keep that data in a spreadsheet as of that point in time. If I do a "Save As", it of course saves the spreadsheet with the queries, and then the...
Thanks, you both were a big help! I ended up combining both of your tips,and used this in my insert stmt:
insert into mytable (cola)
select
REPLICATE('0',12-LEN(colb)) + CAST(colb) AS VARCHAR(12)) from inputtable
colb is numeric in my input data.
Thank you again!
Linda
I need to load a numeric column into a varchar(12) column, and I need to left pad with zeros. The numeric values could be of varying lengths from 5 - 11.
For example, a 12345 from my input data file needs to look like 000000012345 once loaded into the table column.
Does anyone know a good...
I would like to be able to compare a date within my data to the last day of the previous month, is there a last day function of some sort in SQL Server?
Thanks for any guidance!
Linda
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.