Viewing 15 posts - 4,861 through 4,875 (of 6,400 total)
could be a number of issues
is sql browser running?
is the sql server running?
firewall blocking the TCP port
sql only set to accept local connections
May 28, 2012 at 7:00 am
Ah, yes it was, I didnt notice that.
May 28, 2012 at 6:59 am
MadTester (5/28/2012)
I am appealing since...
May 28, 2012 at 6:52 am
you have multiple process id and you can only link 1 row to 1 row, you cant link 1 row to many rows in a result set
CREATE TABLE #temp
(
Work_ID...
May 28, 2012 at 6:37 am
What are the actual start dates for rows 3 and 4 as they are incorrectly formatted.
Based on that information you have provided this is how you would create the sample...
May 28, 2012 at 6:30 am
Thats selecting from the view, I want the create view syntax
CREATE VIEW view_work
AS
SELECT
a
b
c
d
e
f
g
FROM
sometable
May 28, 2012 at 6:16 am
I wouldn't of thought you would be which is why we ask for this information.
From the data you have provided we can make best quess as to which bits of...
May 28, 2012 at 6:04 am
what is the procedure doing? can you post the definition of the proc?
your looping through some sort of recurssion. where the stored proc calls another proc which calls another proc...
May 28, 2012 at 5:58 am
You could use multiple schedules one for each time you need to run it at, or have a constantly running job which looks at the day of the week value...
May 28, 2012 at 5:54 am
farooq.hbs (5/28/2012)
This is simple,,I dont want to complex... If u run tis query u vl get actual start date N end date
SELECT DISTINCT TOP 2000 vw.work_id as WorkId, vw.name...
May 28, 2012 at 5:19 am
at the bottom of all my posts, it looks like this
How to post data/code for the best help - Jeff Moden
May 28, 2012 at 4:59 am
I need the DDL and data from your DB, please read the link on how to generate this information.
May 28, 2012 at 4:56 am
close but not the one, will keep digging when I have a spare moment.
May 28, 2012 at 4:52 am
Ok now I am going to insist that you read the link to posting code and data.
I need the DDL of the table/s and views.
The data from each tables
The expected...
May 28, 2012 at 4:49 am
Viewing 15 posts - 4,861 through 4,875 (of 6,400 total)