| Thread | Last Post | Replies |
|
| Tried retrieving user info from active directory in SQL Server 2005, but failed | 31 Jan 2009 23:42 GMT | 5 |
I do have access to our LDAP server, because I am able to pull out user info from the active directory in my asp.net web application. But it is sorta slow to list all users in our active directory. Then I recall that I read somewhere that we can retrieve active
|
| importing flat file in table | 31 Jan 2009 20:54 GMT | 1 |
Dear group members, I have been importing flat files with delimiter pipe '|', and of which first row is variable names. I usually have to import about 10 files in a month. This time I am in big trouble as I have to import about
|
| Detecting Single User Mode | 31 Jan 2009 15:41 GMT | 1 |
Is there a programatic way of detecting whether an instance of SQL has been started in Single User Mode (-m)? Thanks.
|
| VB.NET 2005, Backup database on server using SMO from client workstation, Directory and file list? | 31 Jan 2009 15:38 GMT | 15 |
Using Enterprise Manager (Management Studio) , if you try to do a backup, the dialog box shows the directory structure on the SQL Server computer, even if you are running it from a client workstation. I want to implement this functionality in my VB.NET application.
|
| Storing Japanese Kanji Characters in SQL Server 2000 | 31 Jan 2009 05:28 GMT | 4 |
I have a SQL Server 2000,32 bit version in which the DB's are in standard collation which is SQL_Latin1_General_CP1_CI_AS. I have an excel spreadsheet which has a data stored in Japanese characters. So i would like to know whether we can import the Japanese character data into ...
|
| Concatinating data in rows | 31 Jan 2009 03:15 GMT | 4 |
(Best viewed in Courier New, or other mono-spaced font) I have a query that returns the following: LabelID Company Product Name Package ======================================================================
|
| JET Referential Integrity superior than SQL | 31 Jan 2009 01:45 GMT | 11 |
Hi, I have my entire system setup on JET/Access database. This was an example table I had: User Table User Name field
|
| an adjacency list question | 31 Jan 2009 01:25 GMT | 1 |
In an adjacency list model structure which depends on ID and PARENTID columns, how can i find the depth count of each row ? Thanks. Adam
|
| order of rows 2000 vs 2005 | 31 Jan 2009 01:16 GMT | 13 |
I have a query that in SQL Server 2000 returned the row in primary key order. In SQL Server 2005 it appears that this is not the case. Does anyone know if, absent a order by clause, a query should return rows in primary key order. Could this be just a fluke in SQL Server 2000?
|
| Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding | 30 Jan 2009 23:58 GMT | 2 |
I have two separate applications that share the same sql server (different database). One of them has been there for > 2 yrs and the other one > 1 year. Both apps are written in vb.net / sql server 2005. Until recently I
|
| Help creating Full Text Index - MS SQL 2008 | 30 Jan 2009 22:57 GMT | 7 |
Grateful for any help with this query, my ISP has just upgraded from MS SQL 2000 to MS SQL 2008, which is great because I have a table that requires Full Text Indexing (on a particular field) as I'm running recordset queries against it (LIKE %) and it is an NvarChar(MAX) and the ...
|
| a trigger structure | 30 Jan 2009 21:23 GMT | 2 |
There is a trigger that executes a single stored procedure in the other database by passing some values about inserted row. Bu it's not important that this stored procedure will fail or not. the trigger is:
|
| Help With Query | 30 Jan 2009 20:48 GMT | 7 |
I have a table with time clock punches. Each record represents an employee's punch (either in or out) and looks like this: EmployeeID, PunchTime, PunchType 1234 1/1/2009 8:00 IN
|
| Can open or create SSIS package in Business Intelligence Development Studio | 30 Jan 2009 20:13 GMT | 5 |
I've been using Business Intelligence Development Studio successfully until this week, which I opened Visual Studio 2005, tried to create an Integration Services package, and got the following message in the Package Designer window:
|
| Handling high volume | 30 Jan 2009 19:47 GMT | 4 |
This is hypothetical at this stage, but how does SQL server handle large amounts of hits? For example say we had one table behind a website called 'Transactions' and every user performed 100 transaction per day. These could be reads and some edits to particular rows. How would ...
|