2,935 Topics

Member Avatar for
Member Avatar for Geek-Master

Since there is an OLE DB for Directory Services, can you do more than view AD objects? ADSI is an OLE DB provider and it can, so can you manipulate AD using SQL queries once you establish a linked server?

Member Avatar for binoj_daniel
0
61
Member Avatar for tito_mbo

TITLE: Connect to Database Engine ------------------------------ Cannot connect to CHESF-HIMRIO\SQLEXPRESS. ------------------------------ ADDITIONAL INFORMATION: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. …

Member Avatar for ChaseVoid
0
149
Member Avatar for nameless

Hey, I am creating a recruitment database and will be using a managed hosted service. I have read MSSQL is more expensive, but does this matter if I am paying someone else for hosting? The site is going to be in .NET, and I initially was planning to use MySQL, …

Member Avatar for Ramy Mahrous
0
96
Member Avatar for plusplus

I am programming in vb, I always get stuck on my sql select statement(I seem to have problems with my syntax,It takes me hours to get my syntax right) Can anyone suggest a good tutorial for sql with many examples and exact syntax

Member Avatar for Sulley's Boo
0
53
Member Avatar for sunchica

I am creating a db that needs a very high security level. I have multiple users on the server, but I need to restrict the access to my db to only one of them. I tried setting the "Single User" option for my db, but then none of the users …

Member Avatar for Ramy Mahrous
0
42
Member Avatar for scottgreen

Hello, I am trying to write a single query to run a report. I have it working for a single farm, but I need it to work for a list of farms. I am having trouble linking the farm number for the inner query to the farm number for the …

Member Avatar for scottgreen
0
104
Member Avatar for GLT

Hi guys! I am developing a web based database for a company for my year work placement for university. As I'm still a student I am still learning so I am not 100% on what i am doing. I was wondering if someone could provide me with some help?...please! :) …

Member Avatar for GLT
0
102
Member Avatar for Turing

I want to insert 2 table at the same time . There are relationship between them .My tables are: Topic : topicId, topicDate,topicInformation Reply: replyId,topicId, replyInformation

Member Avatar for Ramy Mahrous
0
94
Member Avatar for Kylan

Hi, I need to make a copy of a ms sql 2000 database and send it to another person. They are asking me to send the database schema. I would like help on this since is something I never done before. Thanks Javier

Member Avatar for Ramy Mahrous
0
62
Member Avatar for Megha Ugile

I am installing SharpForge on my computer. I am getting error when i went through the intallation wizard. Error exception details System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the …

Member Avatar for Ramy Mahrous
0
69
Member Avatar for meniscus

Noob question - I have MSSQL 7 running on my machine, although I'm not sure how it got there. I have one DB program using it along with the UPS Worldship program. The latest version of Worldship (9)will not install unless it sees SQL 2000 or better. My DB people …

Member Avatar for Ramy Mahrous
0
62
Member Avatar for Geek-Master

Has anyone attempted virtualizing Microsoft SQL Server 2000/2005 using VMWare or MS Virtual Server? I've heard from others in the field that they wouldn't virtualize a database server relating to high availablity restrictions. We know for sure that we will virtualize our web servers, mail, and possibly domain controllers. Just …

Member Avatar for Ramy Mahrous
0
64
Member Avatar for ahady515

I am using rowcnt column in sysindexes to report some database statistics. I used the "max" to get a valid row count (as I found multiple records for many tables) for each table, and added status<>0 in the conditions to get valid results. All went OK except for some rare …

Member Avatar for ithelp
0
68
Member Avatar for PKG

I have a VB program that needs to count number of events between two datetime values. Something like this: SELECT COUNT(*) FROM Report WHERE WeigthTime BETWEEN "Time1" AND "Time2" Time1 is now. I get it with "SELECT GETDATE()" I need to calculate Time2 by decrementing it for X hours. X …

Member Avatar for j_kelly
0
90
Member Avatar for punkazz

It's me again...the newbie. I have a web application that I am developing for a school project. Quick overview; the user submits one of multiple different types of "requests" and then a technican begins work on the project. Anyway; with the help of others I have gotten the EXTREMELY long …

0
55
Member Avatar for tbathgate

[COLOR=midnightblue] HI all, I am very new to SQL server and have been working my way through a book to learn ASP.Net v2 and SQL by building a e-commerce site. There are 3 stored procedures which are used to implement paging from retrieving products from the catalog, which are either …

Member Avatar for BalochDude
0
112
Member Avatar for saurabh_kanwar

Hi Guys, I've created a recordset which is saved in a txt file using following code [code] Private Sub Command0_Click() Dim Conn As ADODB.Connection Dim Rs As ADODB.Recordset Set Conn = New ADODB.Connection Conn.Open "DSN=movex" Set Rs = New ADODB.Recordset Rs.CursorLocation = adUseClient Rs.Open "Select * from PESALES", _ Conn, …

Member Avatar for saipavan
0
103
Member Avatar for jayz_raul

This is code for retrieve data from table Results. The output must display to user via SMS. Now the problem is I cannot call all the data from table RESULTS. Dim da As New SqlDataAdapter("Select * From Results Where Metric_Number='" & content1 & "'", conn) Dim dst As New DataTable …

Member Avatar for Ramy Mahrous
0
83
Member Avatar for Ninad

Please Help me how to use FOR_XML_NULL_TREATMENT Can u please provide a sample code.

0
60
Member Avatar for kshrini

Hi, I've installed Reporting services developer. When I browse Reports folder in IIS, I get: The request failed with HTTP status 400: Bad Request. error. What's the reason? Can anyone help me out? Regards, Shrinivas

0
87
Member Avatar for jayz_raul

hye...im having difficulities to retrieve data from one table. i need to retrieve data from few columns and multiple rows in one table and display it the data. is there any way of doin it? urgent help need!!

Member Avatar for jayz_raul
0
109
Member Avatar for fcaserio

I can't find any DTS tool on MSSQL 2005 Express Edition Is there any tool that execute DTS tasks? I need to perform 2 tasks: - import a large Access file into MSSQL - deploy database to production environment Any help is welcome. []s

Member Avatar for hollystyles
0
119
Member Avatar for Turing

Customer: customerId, customerName Order: orderId,customerId,product, date, productDefinetion I want to display the order which is the latest order from the customer and I want to display all customer Name Example: customerName product productDefinetion John Video bla bla bla Maria ------ -----------

Member Avatar for iamthwee
0
144
Member Avatar for jayz_raul

hye there...anyone can help me out here...im having problem in running sql command its shows error : "sqlConnection does not support parrallel transactions" trans = conn.BeginTransaction() Dim strs As New SqlCommand strs.Transaction = trans strs.Connection = conn strs.CommandText = "Insert into StudentSMS (RecipientCode,RecipientNumber) values ('" & RecipientCode & "' , …

Member Avatar for Sulley's Boo
0
158
Member Avatar for sendilkumar06

I need to SQL Query to get the value from database for every half hour or 15 minutes. E.g There are data updating in a table for every 1minute. I need to get the avearge of every 15minutes and give as single data. Kindly help me on this query

Member Avatar for pty
0
72
Member Avatar for bhakti.thakkar

hi all, Very new this forum. i am using MSSQL 2005 and i want to create a backup script for a table [create and insert statements] without using mssql datapublishing wizard 2005. is it possible?? how can i do it Best Regard

Member Avatar for bhakti.thakkar
0
116
Member Avatar for rohit2900

Hello All, I am deleting a database but I am not seeing any entry in server logs or in event viewer. and same thing is happens when I am deatching a database. Can any body tell me the way through which I can know when a particualr database was deleted …

Member Avatar for hiddenben
0
73
Member Avatar for breckj

First, I consider myself a novice in Mssql. I've recently began the revision of a website that uses MS Sql Server 2000. In a effort to set up a working environment on my pc, I asked to get a copy of the sql server database. The response was something like …

Member Avatar for kb.net
0
78
Member Avatar for mike.cook2

Hi. Can anyone help me with this? If I have, for example, a MSSQL database named 'COUNTRIES' and an existing table in the database named 'COMPANIES', can anyone let me know how I can add an additional field name 'PEOPLE' with a string datatype (for example) to this existing table …

Member Avatar for mike.cook2
0
134
Member Avatar for gksharma

select convert(decimal(5,2),(7058/7482)*100 ,0) is showing .00 value in sql server 2000. Why ? How to retrive value with decimal part, plz. guide me. Thanks & Regards Girish

Member Avatar for kb.net
0
78

The End.