Topics
Started by
Posts
Last post
Does anyone out there know of a method for viewing the subsecond(fractional second) component of a …
6 replies
Hi, For some reasons, our users can delete record(s) from web site and we have triggers for trackin…
15 replies
By: Ferguson
Are the ANSI SQL specs ('92, '99) available for download ? thanks
9 replies
Hi all, I walked into a n existing web site and one of the first things I did was turn all the conn…
3 replies
By: cneuhold
I am currently developing an Access2000 application with an ODBC connection to SQL Server 2000. I h…
3 replies
Hi, I am using MSDE as my backend database to store my data. Since, MSDE has a 2GB limit on the siz…
1 replies
I am in design table I want the all the properties to come as columns How to do this https://dbfrie…
2 replies
I have a user that I want to give sql server remote access to. How do I do this without giving him …
6 replies
How to Insert excel file in sql server database throgh visual basc code
2 replies
By: kgayda
I have a stored procedure (appended at the end of this message) that does database backups for all …
2 replies
Hi all, I have some source tables in a development database that need to be recreated in multiple p…
9 replies
my code is this: while @counter<=60 begin select @dateS = substring(datex,1,2)+substring(datex…
19 replies
By: PBirch
Hi, I am trying to work with datetime results. I need to drop the time and only return the date. Is…
30 replies
a fetch: declare @var1, @var2, ... @varn fetch my_cursor into @var1, @var2, ... @varn becomes rathe…
3 replies
By: hbkdba
I've been following the discussion on using DATEADD instead of CONVERT when doing queries on just t…
2 replies
By: SQLBill
Viewing 15 topics - 3,436 through 3,450 (of 4,455 total)
You must be logged in to create new topics.