Viewing 15 posts - 46 through 60 (of 63 total)
You need to move your module code into a asp file.
I've never seen a VB class module being used within asp.
If you convert your module to a DLL you...
June 10, 2003 at 10:00 am
You can disable the snap shot agent on the Publishing server
MW
June 10, 2003 at 9:19 am
For the type of date math you're performing I don't think you will
see much of a performance gain. But it make sense to use a varialbe
instead of calling a...
June 9, 2003 at 3:53 pm
I used this simple script to generate working data
Create Table #Temp_Sessions (Session_Id INT Identity(1,1),
...
June 9, 2003 at 3:40 pm
The only requirement is that you grant both local and domain accounts access
to login to the sql server (xp_grantlogin or manually using EM). Once the accounts have been granted access...
June 9, 2003 at 3:01 pm
Exec Master..xp_fixeddrives will give you free space avail. in MB
MW
June 9, 2003 at 2:03 pm
When you truncate the log file it should reclaim all the virtual log space allocated
for the log file, but not the physical disk space.
In order to reclaim actual physical disk...
June 9, 2003 at 1:46 pm
It is better to let SQL handle resource locking for you since the it takes many
factors into account. Resolve resource contention issues at application
level. You can...
June 6, 2003 at 2:29 pm
If I were you I would seriously consider splitting the table.
By that I mean if more than 60%-70% percent of your data is not being
used on a...
June 6, 2003 at 12:28 pm
Use 2nd procedure stated by (fizzleme)
Steps:
1. Expand Data Transformation tab in Enterprise manager (source server)
2. Highlight local packages
3. Select the desired package, right click and select design package.
4. From the...
June 6, 2003 at 11:37 am
I'm not sure if I understood your example, but I think your question
can be answered using this query
Select Count(1) As Rec_Cnt, fld, Count(1) / 3.0 As Div_Result
From tblsample
Group By fld
MW
June 6, 2003 at 10:45 am
FOR SQL Server version 6.5
You will need to create a TEMP table as follows and execute sp_MSDBUserProfile proc.
Create Table #SQLOLEDbUserProfile (dbid int NOT NULL PRIMARY KEY,
...
June 6, 2003 at 9:25 am
I think bkelly has covered most of it, but I just want to suggest that I don't
think locking down extended proc. should be taken as a security measure.
The...
June 6, 2003 at 9:14 am
Viewing 15 posts - 46 through 60 (of 63 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy