Viewing 15 posts - 91 through 105 (of 320 total)
guptaajay1985 (12/2/2008)
I have a opened a system in it SS2K5 is installed but when I see its base folders placed at "E:\Program Files\Microsoft SQL Server" then I have get...
December 2, 2008 at 5:16 am
Paresh Prajapati (11/28/2008)
Can you give me information, how can i intregrate MS-office dictonary with database?
check out this
using System;
using System.IO;
using System.Net;
// uncomment using System.Diagnostics; for debuging
// using System.Diagnostics;
using System.Text.RegularExpressions;
using System.Collections;
using...
November 28, 2008 at 5:53 am
s_vijay_ss (11/28/2008)
Hai friendsthis is vijay,i have doubt ,is it possible install sql 2000 on vista?please tell me procedure how to install
you can...
November 28, 2008 at 2:52 am
viji (11/27/2008)
It is a server and it doesn't have extra space to load in any other drived.
and Ajay, it iz a server in australia so we cannot reinstall...
November 27, 2008 at 11:24 pm
Paresh Prajapati (11/27/2008)
I have to implement spell checker from database side..
suppose i have entered wrong word from application which is text field..
like "cay"..so it will found very nearly correct...
November 27, 2008 at 10:22 pm
viji (11/27/2008)
we've deleted 11GB database. we have the back to restore it.
but even after 12 hours of deleting. The space in the hard disk is not cleared. To...
November 27, 2008 at 10:00 pm
drjdewhurst (11/27/2008)
My problem is that I have a table containing over a hundred thousand records. The table has the following columns: ID, X, Y, Latitude, Longitude.
What I need...
November 27, 2008 at 5:39 am
Jinx (11/27/2008)
I have two tables within the same database, both have several datetime columns in the format i.e. 27/11/2008 11:44:28.
A user defined function to get working minutes between two...
November 27, 2008 at 5:29 am
TNV (11/26/2008)
Basically I am new to this SQL Server stuff...
I am using MSSQL Server 2005 Express. I turned on trace by using DBCC TRACEON (1024). But in the errorlog,...
November 26, 2008 at 11:25 pm
oksanamarch (11/15/2008)
November 26, 2008 at 11:13 pm
prashant_j42000 (11/26/2008)
SELECT [cp].[refcounts]
, [cp].[usecounts]
, [cp].[objtype]
, [st].[dbid]
, [st].[objectid]
, [st].[text]
, [qp].[query_plan]
FROM sys.dm_exec_cached_plans cp
CROSS APPLY sys.dm_exec_sql_text ( cp.plan_handle ) st...
November 26, 2008 at 11:02 pm
thenewsview (11/26/2008)
I have an application which is running from two terminals. If, the applications from two terminals updates the table in database simultaneously, one of the application is getting a...
November 26, 2008 at 10:53 pm
Arif Hafeez-Imam (11/26/2008)
Does anyone know how I can pull just the numeric value from a varchar field which contains both numeric and characters?
eg.
if the data stored was:
"40 Words"
or if the...
November 26, 2008 at 4:06 am
lav (11/26/2008)
November 26, 2008 at 2:56 am
m.bansal (11/26/2008)
I have 100 package in my project. I need to deploy this project to some other server. At that time i am using sepearate connection for each project...
November 26, 2008 at 2:28 am
Viewing 15 posts - 91 through 105 (of 320 total)