Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Programming / SQL / July 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Query running slow01 Jul 2008 21:30 GMT4
SELECT otherstu0_.STUDENT_DBKEY AS STUDENT1_0_ , otherstu0_.IDENTIFIER_DBKEY
AS IDENTIFIER2_0_ FROM OTHER_STUDENT_IDENTIFIER otherstu0_ WHERE
otherstu0_.STUDENT_DBKEY IN ( SELECT studentpdo0_.STUDENT_DBKEY FROM STUDENT
studentpdo0_ inner join TUTOR tutorpdo1_ ON studentpdo0_ ...
merging many rows into one row01 Jul 2008 20:36 GMT2
I need to write a query and am stuck at this last requirement so I am
looking for a little help,
User   Perm. Address    Temp. Address
A    1                      1
Can't connect locally via name01 Jul 2008 20:09 GMT6
I just updated my PC with XP service pack 3 and now I cannot connect
to the SQL server on my network via the host name.  I can however
connect with the IP address.  Named pipes are enabled.  Where do I go
from here?
SSIS - sql server integrated services - like OLAP?01 Jul 2008 19:05 GMT3
Question:  is SSIS (sql server 2005 and higher)  like online analytic
processing?  Does it involve cubes at all?  My place may be stepping up to
sql server 2005 from 2000.  The big buzz word is SSIS.  Any explanations
appreciated on what SSIS entails.
Query question01 Jul 2008 18:28 GMT3
CREATE TABLE #TEST_ONE (
    ID INT IDENTITY(1,1) NOT NULL,
    TEST_ONE_ITEM VARCHAR(30) NULL
)
Data formatting question...please help01 Jul 2008 18:08 GMT8
I just started using SQL to create a report. I got the syntax working
but I have absolutely no idea of how to format data. Can anyone kindly
look at my code and help me? I thank you in advance.
Details:-
2005 vesion changes01 Jul 2008 17:37 GMT4
Below script works fine with in sql2000 version without errors
DECLARE grant_cursor CURSOR READ_ONLY FOR
    select * from #test
    OPEN grant_cursor
OpenQuery problem01 Jul 2008 15:58 GMT6
I have added my Active Directory server as Linked Server, ADSI, and was able
to query it like:
select * from openquery
(
Stored proc permissions01 Jul 2008 15:24 GMT1
SQL2000 standard SP4. I've given a user exec permission on a stored
procedure that I've created but she gets an error when running it. The
output through QA when I run the stored proc with exec is:
(8062 row(s) affected)
view issues01 Jul 2008 15:19 GMT1
I have a view that is refusing to run. The view is stored in database1, the
view does a select on tables in database2 and when I run the view I get an
timeout error after it runs about 10 seconds but if I remove all of the SQL
within the view and copy and paste it to a new query ...
Deleting from a table variable01 Jul 2008 12:42 GMT3
Trying to delete from a Table variable from a join on 2 tables.
Why is this example deleting all rows instead of just what is equal to the
where clause?
DECLARE @TABLE1 TABLE
Replace all alpabet characters01 Jul 2008 11:39 GMT3
I need a sql code to replace all alphanumeric from a column value,
basically; its a varchar column to store telephone num. for e.g
Data                                            Result
================================
i just want table order to create tables01 Jul 2008 06:47 GMT1
i just want table order to create using  sys.foreign_keys , because i have
every table as separate object
with help of this query i took those not having relationship , so these
table can be created first
T-Sql question01 Jul 2008 05:28 GMT5
I have a query that produces a list of companies and their effective controls
status for the given year:
select companyname, iseffective, year from internalcontrols
where year > 2004
How to copy stored procedures (in SQL 2005)?01 Jul 2008 03:02 GMT2
I am trying to move sp from SQL2000 to SQL2005.
I guess I have to go to do this procedure (below)..
"Right click on the database in the object explorer, go Tasks->Generate
Scripts. Set Script Object-Level Permission to True, click Next, check only
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.