Viewing 15 posts - 20,086 through 20,100 (of 26,490 total)
What you are going to need to look into is dynamic sql. I suggest that your start first with looking it up in BOL (Books Online, the SQL Server...
July 1, 2009 at 11:41 am
They do, each table can have a single column defined as an IDENTITY column.
July 1, 2009 at 11:12 am
Unfortunately, without further explaination from the OP regarding what he is looking for, all we can do is offer up guesses.
July 1, 2009 at 11:03 am
Nope, you can't mark a thread as answered. Reason being some one may look at your solution and provide you with another alternative (note, I didn't necessarily say better)...
July 1, 2009 at 10:48 am
When you talk sequence number all I can think of are identity columns in tables. can you explain in greater detail what your looking for?
July 1, 2009 at 10:44 am
In SQL Server 2000, you may need to make those DDL statements dynamc sql and run them with the EXEC command in your stored proc.
July 1, 2009 at 10:22 am
At this point I'd say shrink the Primary file group. If all you have there now are system objects, no user objects, you can reclaim the unused space.
July 1, 2009 at 10:20 am
Not really enough information here to assist. It might help if you could provide the entire error message you have in the application log plus a few entries on...
July 1, 2009 at 10:14 am
Your directory structure may differ, but this is where I find my output files for the maintenance plans run on one of my servers:
C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG
Look there and you...
July 1, 2009 at 10:04 am
I'm not going to tell you how to setup your databases. You need to make a decision on how you want it based on the input you have been...
July 1, 2009 at 9:51 am
To really help you we need a few things from you. Please provide the DDL (CREATE TABLE) statements for the table(s) involved in your query. Sample data in...
July 1, 2009 at 8:27 am
Krasavita (7/1/2009)
For...
July 1, 2009 at 8:08 am
Couple of things. One, setting the data file to grow in 1 MB increments is not quite right, especially since the database is apparently about 4 GB in size....
July 1, 2009 at 7:22 am
guptaajay1985 (6/30/2009)
Dear All,I want to know meaning and working of all jobs...
Thanx
Due to the depth and breadth of this request, the best I can do is tell you to start...
June 30, 2009 at 11:22 pm
shiv (6/30/2009)
Hi Guys,i had giving some permission to users
UPDATE,INSERT, DELETE which permission i had to given these guys,
bulk admin or ddl admin could u please suggest me
Thanks
Not sure what...
June 30, 2009 at 11:18 pm
Viewing 15 posts - 20,086 through 20,100 (of 26,490 total)