Viewing 15 posts - 61 through 75 (of 320 total)
Rem (12/8/2008)
I have a sql 2005, where the user seems to be recreated automatically between 5pm and 9pm. This cause a major problem since the rights assigned to the...
December 9, 2008 at 12:01 am
waykna (12/7/2008)
I'm in the process of migrating a MS-Access based trading system to SQL Server 2008. I've never worked with SQL server before, nor T-SQL. I have the...
December 7, 2008 at 11:25 pm
sunandas (12/5/2008)
We have a production database.There we have made a job of reindexing which runs in any 4 hours.But when this job runs at that time I cant view current...
December 5, 2008 at 4:22 am
freddie (12/5/2008)
I have completed an application that works with SQL Server 2005. There is a particular part of the application (when the user clicks the "release & print" button)...
December 5, 2008 at 3:04 am
Mr J (12/4/2008)
Thats great, will that keep all the orginal instances too ??Cheers
Yes it will keep the previous instances but this depends on the setup settings, you can also provide...
December 4, 2008 at 9:51 pm
Mr J (12/4/2008)
I'm building a test environment to upgrade SQL2000 to SQL2005, i read heaps of doco (most ending with 'good luck') and i've ran the SQL Server Upgrade...
December 4, 2008 at 9:30 pm
Peter D (12/4/2008)
December 4, 2008 at 9:28 pm
csales (12/4/2008)
Is that any different from what I originally posted?
Yes as i prefer to perform these task by the use of a function or another stored procedure, and the log...
December 4, 2008 at 2:31 am
csales (12/4/2008)
Sorrry but I'm not sure I follow you? Can you provide more detail?
for example:
here is the sp
Create procedure procedurename
as
select col1, col2 from tablename
now...
December 4, 2008 at 1:44 am
csales (12/4/2008)
Sure - I know it can do be done using SQLProfiler - but whats the impact of having that running all the time in production?
Oh really,
One thing we can...
December 4, 2008 at 12:36 am
csales (12/4/2008)
- Stored procedure name
- Execution time
- Parameters used
- Date/time executed
Please would anyone let me know if there are...
December 4, 2008 at 12:23 am
Gauthama Kolivad (12/3/2008)
I am having the sysadmin privileges, ok can be a network problem. Just now i saw my logs an i got this message
The SQL Server has been optimized...
December 3, 2008 at 11:49 pm
srimkumarp (12/3/2008)
we having some issues with .net 2008 application.Recently developers developed one appliation in .net 2008.If we configure application in IIS.
It is throwing an error message
Applications developed...
December 3, 2008 at 11:28 pm
Gauthama Kolivad (12/3/2008)
--This command gets you the spid of open transactions.
DBCC opentran
Check how many open transactions are there on...
December 3, 2008 at 11:15 pm
reubenfoo89 (12/2/2008)
Hi All,do you guys have the VB coding to import an excel file into the SQL database? please.. its urgent..
thanks a million!
This is an example only
Excel file : excelfile
userid...
December 3, 2008 at 11:12 pm
Viewing 15 posts - 61 through 75 (of 320 total)