Viewing 15 posts - 18,466 through 18,480 (of 26,484 total)
Since I have a great text editor at hand I partially fixed your data. I wasn't sure which table the data was for, so you will need to fix...
November 4, 2009 at 11:58 am
GilaMonster (11/4/2009)
Roy Ernest (11/4/2009)
I wonder how the Kilt day is going in PASS... đŸ™‚Interestingly. Photos later.
You mean that some of the people are actually wearing kilts today?? Boy, I...
November 4, 2009 at 11:48 am
PiMané (11/4/2009)
If you're just starting with views take a look at this link from MS where it explains the use of INDEXED VIEWS. (http://msdn.microsoft.com/en-us/library/dd171921.aspx)Pedro
Indexed Views aren't necessarily the answer. ...
November 4, 2009 at 11:46 am
Could you post the full query you are using? There may be a better way do accomplish the task.
November 4, 2009 at 11:31 am
You do realize that he was not posting the entire proc, right?
November 4, 2009 at 10:34 am
Am I reading your post correctly? You are using the sa account to access your database from a web server?
November 4, 2009 at 10:30 am
We are currently running SQL Server 2005 EE on our production servers. We use HyperBac to compress our backups on the fly and our backups and restores are faste...
November 4, 2009 at 10:27 am
Direct from BOL (Books Online, the SL Server Help System):
READUNCOMMITTED
Specifies that dirty reads are allowed. No shared locks are issued to prevent other transactions from modifying data read by...
November 4, 2009 at 10:10 am
Glad to here things are working now.
November 4, 2009 at 9:57 am
If the database is using the SIMPLE recovery model and you have no backups, I'm sorry to say that you aren't going to be able to recover the lost data.
You...
November 4, 2009 at 9:54 am
jritson (11/4/2009)
November 4, 2009 at 9:49 am
It would help if you could provide the DDL (CREATE TABLE statements) for the tables, sample data (INSERT INTO <tablename> SELECT <values> UNION ALL ... ), expected results based on...
November 4, 2009 at 9:13 am
We have SCOM where I work but I haven't had the opportunity to work with our network admins in seeing how we could use it for monitoring SQL Server. ...
November 4, 2009 at 9:07 am
newbieuser (11/4/2009)
Actually we have the cast function in sql server now, I'm converting this into Oracle so I need to know the equivalent for it.. Thanks
Understand, but I thought you...
November 4, 2009 at 8:53 am
Viewing 15 posts - 18,466 through 18,480 (of 26,484 total)